Date: Fri, 6 Sep 2013 15:06:25 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326509 - head/emulators/virtualbox-ose-legacy Message-ID: <201309061506.r86F6PoA058703@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Sep 6 15:06:25 2013 New Revision: 326509 URL: http://svnweb.freebsd.org/changeset/ports/326509 Log: Fix build on head after iconv change. Approved by: portmgr (bapt, implicit) Modified: head/emulators/virtualbox-ose-legacy/Makefile Modified: head/emulators/virtualbox-ose-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-legacy/Makefile Fri Sep 6 14:40:39 2013 (r326508) +++ head/emulators/virtualbox-ose-legacy/Makefile Fri Sep 6 15:06:25 2013 (r326509) @@ -233,6 +233,9 @@ post-patch: ${WRKSRC}/kBuild/sdks/LIBSDL.kmk \ ${WRKSRC}/src/libs/xpcom18a4/python/gen_python_deps.py @${REINPLACE_CMD} -e 's|\$$KBUILDDIR_BIN/kmk_sed|${LOCALBASE}/bin/kmk_sed|g' ${WRKSRC}/configure +.if empty(ICONV_LIB) + @${REINPLACE_CMD} -e 's|iconv||' ${WRKSRC}/Config.kmk ${WRKSRC}/src/VBox/Runtime/Makefile.kmk +.endif pre-build: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309061506.r86F6PoA058703>