summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-05-17 09:27:22 +0000
committersalo <salo@pkgsrc.org>2004-05-17 09:27:22 +0000
commit4d58623faf404d6724f1231da94c043bffe69575 (patch)
tree98db29ef51d2bedf004f2b6e3fffb8d8fdc00ab8 /wm
parent6bb0a14e5a3482b97d875045492b1628f7eeff34 (diff)
downloadpkgsrc-4d58623faf404d6724f1231da94c043bffe69575.tar.gz
Obey CXXFLAGS.
Diffstat (limited to 'wm')
-rw-r--r--wm/wmi/distinfo3
-rw-r--r--wm/wmi/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/wm/wmi/distinfo b/wm/wmi/distinfo
index 7125a062b8c..e1a95d24122 100644
--- a/wm/wmi/distinfo
+++ b/wm/wmi/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/05/16 02:20:01 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/05/17 09:27:22 salo Exp $
SHA1 (wmi-7.tar.gz) = 3835161969e1f7ce82313c7706e0e1ef99e3a30f
Size (wmi-7.tar.gz) = 166812 bytes
+SHA1 (patch-aa) = 6300d33fe5a88b87074f8d86b63bcb4482e6be1f
diff --git a/wm/wmi/patches/patch-aa b/wm/wmi/patches/patch-aa
new file mode 100644
index 00000000000..37fd0299e0d
--- /dev/null
+++ b/wm/wmi/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/05/17 09:27:23 salo Exp $
+
+--- configure.orig 2004-05-07 16:47:05.000000000 +0200
++++ configure 2004-05-16 22:51:18.000000000 +0200
+@@ -5158,7 +5158,7 @@
+
+ # Add extra flags if in debug mode
+ CFLAGS=""
+-CXXFLAGS="-Os"
++#CXXFLAGS="-Os"
+ # Check whether --enable-debug or --disable-debug was given.
+ if test "${enable_debug+set}" = set; then
+ enableval="$enable_debug"