summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/files
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-28 05:27:06 +0000
committergrant <grant@pkgsrc.org>2003-09-28 05:27:06 +0000
commited485850eb7fb8ac8ca96300bb093646bbfa53eb (patch)
treea1321a66a6ac80025b8bf123f68c5ab03fa8b635 /x11/qt3-libs/files
parentf200003b98b38b6f8611f48ec125284064c291fd (diff)
downloadpkgsrc-ed485850eb7fb8ac8ca96300bb093646bbfa53eb.tar.gz
only pass gcc specific flags if we are using gcc.
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 3753200b673..0bfd80073ce 100644
--- a/x11/qt3-libs/files/qmake.conf
+++ b/x11/qt3-libs/files/qmake.conf
@@ -1,5 +1,5 @@
-# $NetBSD: qmake.conf,v 1.9 2003/03/18 08:36:25 skrll Exp $
-# $Id: qmake.conf,v 1.9 2003/03/18 08:36:25 skrll Exp $
+# $NetBSD: qmake.conf,v 1.10 2003/09/28 05:27:06 grant Exp $
+# $Id: qmake.conf,v 1.10 2003/09/28 05:27:06 grant Exp $
#
# qmake configuration for netbsd-g++
#
@@ -15,7 +15,7 @@ QMAKE_YACC = @YACC@
QMAKE_YACCFLAGS = -d
QMAKE_CFLAGS = @CFLAGS@
QMAKE_CFLAGS_DEPS = -M
-QMAKE_CFLAGS_WARN_ON = -Wall -W
+QMAKE_CFLAGS_WARN_ON =
QMAKE_CFLAGS_WARN_OFF =
QMAKE_CFLAGS_RELEASE = -O2
QMAKE_CFLAGS_DEBUG = -g