summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-07 23:56:54 +0000
committerjlam <jlam@pkgsrc.org>2003-01-07 23:56:54 +0000
commitd15f3624302955323a7ec32bb8cd46300d4bf977 (patch)
tree059b297eb9d8482cbac38ab2d111792f237e9cef /x11/qt3-libs
parent87966f807959d3e611492c6421b602591e512a12 (diff)
downloadpkgsrc-d15f3624302955323a7ec32bb8cd46300d4bf977.tar.gz
Correctly define some variables that qmake expects to be defined:
QMAKE_SYMBOLIC_LINK, QMAKE_DEL_FILE, QMAKE_DEL_DIR. This suppresses some ignored build errors when building qt3-* packages. Bump PKGREVISION of qt3-tools (which installs the qmake.conf file) to 2.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r--x11/qt3-libs/files/qmake.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/qt3-libs/files/qmake.conf b/x11/qt3-libs/files/qmake.conf
index c62f5626d93..0897386be4c 100644
--- a/x11/qt3-libs/files/qmake.conf
+++ b/x11/qt3-libs/files/qmake.conf
@@ -1,5 +1,5 @@
-# $NetBSD: qmake.conf,v 1.5 2002/10/01 13:25:36 markd Exp $
-# $Id: qmake.conf,v 1.5 2002/10/01 13:25:36 markd Exp $
+# $NetBSD: qmake.conf,v 1.6 2003/01/07 23:56:54 jlam Exp $
+# $Id: qmake.conf,v 1.6 2003/01/07 23:56:54 jlam Exp $
#
# qmake configuration for netbsd-g++
#
@@ -89,5 +89,6 @@ QMAKE_GZIP = gzip -9f
QMAKE_COPY = cp -f
QMAKE_MOVE = mv
-QMAKE_DEL = rm -f
-
+QMAKE_SYMBOLIC_LINK = ln -sf
+QMAKE_DEL_FILE = rm -f
+QMAKE_DEL_DIR = rmdir