aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-06 15:06:25 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-06 15:06:25 +0000
commitb57701ad36454ed8cb2e19c37a663443f1b98b9e (patch)
tree703f687922cc65ab1cc2efa4612dbce52771f810 /emulators/virtualbox-ose-legacy
parentf2a90a38444d1427e98b5c30f70bead4873a0817 (diff)
downloadports-b57701ad36454ed8cb2e19c37a663443f1b98b9e.tar.gz
ports-b57701ad36454ed8cb2e19c37a663443f1b98b9e.zip
Fix build on head after iconv change.
Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=326509
Diffstat (limited to 'emulators/virtualbox-ose-legacy')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index e3de89681072..486bf1fe5084 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -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|' \