summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-10-24 15:50:18 +0000
committerjoerg <joerg@pkgsrc.org>2007-10-24 15:50:18 +0000
commitc78c96d10fa5d2515d41ac1031a11dd6e11624f5 (patch)
tree4abc8b3d219e115c6159dc49fad640c80ca9e83b /x11/qt3-tools
parent4d4278b3e04f25d09fa5df02677ef70526a266e1 (diff)
downloadpkgsrc-c78c96d10fa5d2515d41ac1031a11dd6e11624f5.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')
-rw-r--r--x11/qt3-tools/Makefile3
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