diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-12 11:09:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-12 11:09:09 +0000 |
commit | 52e308149c9b12b3f78535146b32dc581a5a78ef (patch) | |
tree | 177f0b6d837e712b945c32c556cf5bdf03b973e5 /chat/ircu | |
parent | 7975c2523dae5c053e54c25471398616fae325ff (diff) | |
download | pkgsrc-52e308149c9b12b3f78535146b32dc581a5a78ef.tar.gz |
Fixed the patch for stripping debugging flags.
Diffstat (limited to 'chat/ircu')
-rw-r--r-- | chat/ircu/distinfo | 4 | ||||
-rw-r--r-- | chat/ircu/patches/patch-ah | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/chat/ircu/distinfo b/chat/ircu/distinfo index 0bac1e40dc5..45e146076d5 100644 --- a/chat/ircu/distinfo +++ b/chat/ircu/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.7 2005/05/12 08:32:51 rillig Exp $ +$NetBSD: distinfo,v 1.8 2005/05/12 11:09:09 rillig Exp $ SHA1 (ircu2.10.11.07.tar.gz) = 1e1518cbbdf096aaaabf5f56a1ec266769d847ad RMD160 (ircu2.10.11.07.tar.gz) = 359f92bb7a4464baf9af571865ee4bf9fbe56426 Size (ircu2.10.11.07.tar.gz) = 844971 bytes SHA1 (patch-af) = da533f03542c268c9e3502278f51777c3b85824d SHA1 (patch-ag) = f34df6342c8e26b4cdf59e56c893b4845f7d3974 -SHA1 (patch-ah) = 4a90f7c547d87fe757e4e36dcc23d923a466158c +SHA1 (patch-ah) = 2124f451c8fa510316f5ff8d80a3cfe89c14ad15 SHA1 (patch-ai) = 83119426e72a4833460bced3cd11bf47829e8992 SHA1 (patch-aj) = ac16fd3e8a4c6d7da7e6f5383c746a9cfc2674ea SHA1 (patch-ak) = dec69de5c6b678cb5736173cccc34907d16b1ab8 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 |