summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/files
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-07-01 01:10:06 +0000
committerreed <reed@pkgsrc.org>2005-07-01 01:10:06 +0000
commit391d36304123811ba78c1169fd953bc14a48122e (patch)
tree42845e33a619f3c7197596143cd637fb0c05aef9 /x11/qt3-libs/files
parentac85b8127224979afa51b1f11c0fc4dc7ce77910 (diff)
downloadpkgsrc-391d36304123811ba78c1169fd953bc14a48122e.tar.gz
If Darwin, then use real RANLIB.
No change for other platforms, as QMAKE_RANLIB is set to "true". And if Darwin and /usr/lib/libresolv.dylib exists, then use -lresolv.
Diffstat (limited to 'x11/qt3-libs/files')
-rw-r--r--x11/qt3-libs/files/qmake.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt3-libs/files/qmake.conf b/x11/qt3-libs/files/qmake.conf
index 6e65b62d19b..439b2415a93 100644
--- a/x11/qt3-libs/files/qmake.conf
+++ b/x11/qt3-libs/files/qmake.conf
@@ -1,5 +1,5 @@
-# $NetBSD: qmake.conf,v 1.17 2004/11/12 06:39:21 jlam Exp $
-# $Id: qmake.conf,v 1.17 2004/11/12 06:39:21 jlam Exp $
+# $NetBSD: qmake.conf,v 1.18 2005/07/01 01:10:06 reed Exp $
+# $Id: qmake.conf,v 1.18 2005/07/01 01:10:06 reed Exp $
#
# qmake configuration for netbsd-g++
#
@@ -84,7 +84,7 @@ QMAKE_MOC = $(QTDIR)/bin/moc
QMAKE_UIC = $(QTDIR)/bin/uic
QMAKE_AR = @AR@ ru
-QMAKE_RANLIB = true
+QMAKE_RANLIB = @QMAKE_RANLIB@
QMAKE_TAR = tar -cf
QMAKE_GZIP = gzip -9f