diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-01-07 15:46:29 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-01-07 15:46:29 +0000 |
commit | f0fb6f50180c7f0b28a569812dd10f06bdcad604 (patch) | |
tree | 0bb9c6c180664e187da7cf6e31166d7c4e9f1a8a /chat/tirc/patches | |
parent | ff49526eb107d8fd429a41f5ddb1d57e00a24a62 (diff) | |
download | pkgsrc-f0fb6f50180c7f0b28a569812dd10f06bdcad604.tar.gz |
Don't modify CFLAGS, especially when done badly and break -gfoo arguments.
Diffstat (limited to 'chat/tirc/patches')
-rw-r--r-- | chat/tirc/patches/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/tirc/patches/patch-configure b/chat/tirc/patches/patch-configure new file mode 100644 index 00000000000..c21fdd5d19b --- /dev/null +++ b/chat/tirc/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/01/07 15:46:29 jperkin Exp $ + +Don't munge CFLAGS badly. + +--- configure.orig 1999-05-14 20:02:48.000000000 +0000 ++++ configure +@@ -5138,8 +5138,6 @@ EOF + fi + fi + +-CFLAGS=`echo $CFLAGS | sed -e 's/-O.//' -e 's/-g//'` +- + if test "$tirc_cv_efence" = yes; then + LIBS="$LIBS -L/usr/local/lib -lefence" + fi |