summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-19 10:14:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-19 10:14:55 +0000
commit95c138df21555c3d5ad504233555afa358a9bf6e (patch)
tree574535e6eacd1c187b48f21bf02aeaaec9741b1f /converters
parentAdd a second md5 sum; distfile was repacked on master site with no changes (diff)
Don't (badly) rewrite CFLAGS, assume the user knows what he/she is doing.
Notes
Notes: svn path=/head/; revision=68323
Diffstat (limited to 'converters')
-rw-r--r--converters/uudeview/files/patch-ae28
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 000000000000..4d8fb9cb82c5
--- /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