diff options
author | kris <kris@FreeBSD.org> | 2002-10-19 10:14:55 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-19 10:14:55 +0000 |
commit | f34787fcb98a4643ab7cd49d51c6ac31fc4b28ad (patch) | |
tree | c208f8350e361eaceefbf9fabd4942b3f2978170 /converters/uudeview | |
parent | fd4f3120a254875ff594ee9b050c2e0dfc184a12 (diff) | |
download | FreeBSD-ports-f34787fcb98a4643ab7cd49d51c6ac31fc4b28ad.zip FreeBSD-ports-f34787fcb98a4643ab7cd49d51c6ac31fc4b28ad.tar.gz |
Don't (badly) rewrite CFLAGS, assume the user knows what he/she is doing.
Diffstat (limited to 'converters/uudeview')
-rw-r--r-- | converters/uudeview/files/patch-ae | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/converters/uudeview/files/patch-ae b/converters/uudeview/files/patch-ae new file mode 100644 index 0000000..4d8fb9c --- /dev/null +++ b/converters/uudeview/files/patch-ae @@ -0,0 +1,28 @@ +--- configure.orig Tue Apr 2 02:06:35 2002 ++++ configure Sat Oct 19 03:14:05 2002 +@@ -1099,25 +1099,6 @@ + + echo $ac_n "checking compiler flags""... $ac_c" 1>&6 + echo "configure:1102: checking compiler flags" >&5 +-if test "$optimize" = "yes" ; then +-CFLAGS=`echo $CFLAGS | sed 's/-g//g'` +-case $CFLAGS in +- *"-O"*) +- ;; +- *) +- CFLAGS="$CFLAGS -O" +- ;; +-esac +-else +-CFLAGS=`echo $CFLAGS | sed 's/-O[0-9]*//g'` +-case $CFLAGS in +- *"-g"*) +- ;; +- *) +- CFLAGS="$CFLAGS -g" +- ;; +-esac +-fi + echo "$ac_t""$CFLAGS" 1>&6 + + if test "$wi_cv_prototypes" = no ; then |