diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-06-20 22:03:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-06-20 22:03:42 +0000 |
commit | 41d3e553dd4a1dd82c27b1938a479d183b20c8db (patch) | |
tree | 886a15ed652511f0cfcf1173a0052d4a038cc13a /x11/qt3-libs | |
parent | ffea50d9e3f9a3d020680a9289e50991c0d5d6c5 (diff) | |
download | pkgsrc-41d3e553dd4a1dd82c27b1938a479d183b20c8db.tar.gz |
move the post-patch to pre-configure since it is somewhat configure-like
in nature. This makes sure we get the correct libtool which fixes a
problem where the installed .la files have references to ${WRKSRC} left
in them. Fix suggested by Johnny Lam. Bump PKGREVISION.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index a9efbd9b502..868b1d2f145 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.33 2005/04/18 13:22:17 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2005/06/20 22:03:42 dmcmahill Exp $ LIBQT= ${WRKSRC}/lib/libqt-mt.la .include "../qt3-libs/Makefile.common" PKGNAME= qt3-libs-${QTVERSION} +PKGREVISION= 1 MAINTAINER= adam@NetBSD.org COMMENT= C++ X GUI toolkit diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 604e804c7cd..13c30929fcf 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.50 2005/06/01 19:30:29 wiz Exp $ +# $NetBSD: Makefile.common,v 1.51 2005/06/20 22:03:42 dmcmahill Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -92,7 +92,7 @@ CXXFLAGS+= -DQ_INLINE_TEMPLATES=inline .include "../../mk/x11.buildlink3.mk" -post-patch: +pre-configure: ${SED} \ -e 's:@LOCALBASE@:${LOCALBASE}:g' \ -e 's:@X11BASE@:${X11BASE}:g' \ |