DragonFly bugs List (threaded) for 2004-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
qmake override broken
Hi Joerg,
The new override for qmake stops at the patch stage because 'patch'
is called with the wrong directory:
/usr/bin/patch -d /opt/dfports/devel/qmake/work/qt-x11-free-3.3.2/qmake
This seems to fix it for me:
--- dfports/devel/qmake/Makefile.orig 2004-08-12 11:59:20.000000000 -0700
+++ dfports/devel/qmake/Makefile 2004-08-12 11:53:25.000000000 -0700
@@ -22,6 +22,7 @@
USE_REINPLACE= yes
REINPLACE_ARGS= -i ""
WRKSRC= ${WRKDIR}/${DISTNAME}/qmake
+PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
MAKEFILE= ${FILESDIR}/Makefile.bsd
#MAKE_ARGS+= -j2
PLIST_SUB+= _PREFIX="${PREFIX}"
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]