aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/virtualbox-ose-legacy
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2009-10-08 15:48:54 +0800
committerbeat <beat@FreeBSD.org>2009-10-08 15:48:54 +0800
commitf6af4a422578c1c7fb7a1728f9b6f2d3fdfc12bd (patch)
tree3b28184ecf0c90dc2f2246dd22d8699f5f154b5d /emulators/virtualbox-ose-legacy
parent0d98236b6d9b676d6c0ea9528901c88778084b9b (diff)
downloadfreebsd-ports-gnome-f6af4a422578c1c7fb7a1728f9b6f2d3fdfc12bd.tar.gz
freebsd-ports-gnome-f6af4a422578c1c7fb7a1728f9b6f2d3fdfc12bd.tar.zst
freebsd-ports-gnome-f6af4a422578c1c7fb7a1728f9b6f2d3fdfc12bd.zip
- Fix build with custom LOCALBASE
Reported by: QATty Submitted by: Bernhard Froehlich <decke AT bluelife.at> On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox)
Diffstat (limited to 'emulators/virtualbox-ose-legacy')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index 3d821daa23a0..94377f31fbcd 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -171,7 +171,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/Config.kmk ${WRKSRC}/configure \
${WRKSRC}/kBuild/units/qt3.kmk ${WRKSRC}/kBuild/units/qt4.kmk \
- ${WRKSRC}/kBuild/sdks/LIBSDL.kmk
+ ${WRKSRC}/kBuild/sdks/LIBSDL.kmk \
+ ${WRKSRC}/src/libs/xpcom18a4/python/gen_python_deps.py
@${REINPLACE_CMD} -e 's|\$$KBUILDDIR_BIN/kmk_sed|${PREFIX}/bin/kmk_sed|g' ${WRKSRC}/configure
pre-build: