summaryrefslogtreecommitdiff
path: root/chat/ircu/patches
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-12 11:09:09 +0000
committerrillig <rillig>2005-05-12 11:09:09 +0000
commitb0919d9e89f5d576a26ea27fdc440348f145dc6b (patch)
tree177f0b6d837e712b945c32c556cf5bdf03b973e5 /chat/ircu/patches
parent12f425a58d116ed03bde569b67309aecb436c8d4 (diff)
downloadpkgsrc-b0919d9e89f5d576a26ea27fdc440348f145dc6b.tar.gz
Fixed the patch for stripping debugging flags.
Diffstat (limited to 'chat/ircu/patches')
-rw-r--r--chat/ircu/patches/patch-ah7
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/ircu/patches/patch-ah b/chat/ircu/patches/patch-ah
index f4cf84a82f5..fc08fc09313 100644
--- a/chat/ircu/patches/patch-ah
+++ b/chat/ircu/patches/patch-ah
@@ -1,15 +1,14 @@
-$NetBSD: patch-ah,v 1.1 2005/05/12 08:32:51 rillig Exp $
+$NetBSD: patch-ah,v 1.2 2005/05/12 11:09:10 rillig Exp $
-Strip debugging CFLAGS correctly. Has been reported upstream.
+Don't strip debugging flags. It is too error-prone.
--- configure.orig Sat Sep 18 04:17:45 2004
+++ configure Thu May 12 09:56:30 2005
-@@ -2370,7 +2370,7 @@ if test x"$CFLAGS" != x; then
+@@ -2370,7 +2370,6 @@ if test x"$CFLAGS" != x; then
fi
if test x"$CFLAGS" != x; then
unet_old_cflags=$CFLAGS
- CFLAGS=`echo "$CFLAGS" | sed -e 's/-g//g'`
-+ CFLAGS=`echo "$CFLAGS" | sed -e 's/-g.*//g'`
fi
if test x"$CFLAGS" != x"$unet_old_cflags"; then
# If -g was already there, force symbols to be enabled