diff options
Diffstat (limited to 'converters')
-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 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 |