diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-24 15:50:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-24 15:50:18 +0000 |
commit | 931bff6ee0a6a65c6a33b4b5199ac34895060861 (patch) | |
tree | 4abc8b3d219e115c6159dc49fad640c80ca9e83b /x11/qt3-tools/Makefile | |
parent | 56fe46c9a2e0cf9e0d65f2c0049b38c460db37a8 (diff) | |
download | pkgsrc-931bff6ee0a6a65c6a33b4b5199ac34895060861.tar.gz |
Change qmake to not add the target directory as rpath.
This would leak rpath references to the build directory and
libtool should take care of this already. Non-libtool builds
might be broken by this, but they shouldn't use -Wl,-R either,
but -Wl,-rpath. Bump revision of qt3-libs (rpath changes) and
qt3-tools (qmake changes).
Diffstat (limited to 'x11/qt3-tools/Makefile')
-rw-r--r-- | x11/qt3-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 4472e0dba87..b6e800ae99d 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/01/15 16:19:43 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2007/10/24 15:50:19 joerg Exp $ .include "../../mk/bsd.prefs.mk" # XXX: hack - work round an ICE with GCC 3.3 on sparc @@ -9,6 +9,7 @@ GCC_REQD+= 3.4 .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} +PKGREVISION= 1 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base |