diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-10-08 07:48:54 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-10-08 07:48:54 +0000 |
commit | cb02e7670ee30bdc5d1d81b2a35f4d29173303fc (patch) | |
tree | 0208e25d670404f80e95e799a55cab34d8df08e8 /emulators/virtualbox-ose | |
parent | 63b95c12341827eba37d537b1d576663abec9a43 (diff) | |
download | ports-cb02e7670ee30bdc5d1d81b2a35f4d29173303fc.tar.gz ports-cb02e7670ee30bdc5d1d81b2a35f4d29173303fc.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)
Notes
Notes:
svn path=/head/; revision=242570
Diffstat (limited to 'emulators/virtualbox-ose')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 3d821daa23a0..94377f31fbcd 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/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: |