svn commit: r326509 - head/emulators/virtualbox-ose-legacy

Guido Falsi madpilot at FreeBSD.org
Fri Sep 6 15:06:26 UTC 2013


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|' \


More information about the svn-ports-all mailing list