qmake override broken
walt
wa1ter at myrealbox.com
Thu Aug 12 12:07:19 PDT 2004
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}"
More information about the Bugs
mailing list