summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-07-21 17:07:11 +0000
committerjoerg <joerg@pkgsrc.org>2011-07-21 17:07:11 +0000
commit9c171615e77e6bd72dcf3f715884f75c7645d6a9 (patch)
tree5c6fa1a985fa6f93ed875640c14065a030fe05a2 /x11/qt3-libs
parent71a3b8dae166630484e9f8c6436adb916a8bec46 (diff)
downloadpkgsrc-9c171615e77e6bd72dcf3f715884f75c7645d6a9.tar.gz
Don't enumerate evil. Pass down -L* and -l* only from LDFLAGS.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r--x11/qt3-libs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index f19bd5695db..9b1fee49706 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.73 2011/03/06 16:10:22 wiz Exp $
+# $NetBSD: Makefile.common,v 1.74 2011/07/21 17:07:11 joerg Exp $
# used by x11/qt3-docs/Makefile
# used by x11/qt3-libs/Makefile
# used by x11/qt3-tools/Makefile
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= -prefix ${QTPREFIX}
CONFIGURE_ARGS+= -shared -sm -thread \
-system-zlib -system-libpng \
-system-libmng -system-libjpeg \
- ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-Wl*:S/-Wl,//:S/-dylib_file//:C/.*\.dylib\:.*\.dylib//}
+ ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-l*}
CONFIGURE_ARGS+= -qt-gif # qt3 does not write compressed GIFs
CONFIGURE_ARGS+= < ${FILESDIR}/license-acceptance