summaryrefslogtreecommitdiff
path: root/converters/uulib/files/patch-configure
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-18 14:39:16 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-18 14:39:16 +0000
commitc705fbb6c96ab8ce79d694637c343f0e63aa6d22 (patch)
treec0f6dbac5f14cf554c9f0414cef19efb51394242 /converters/uulib/files/patch-configure
parentAdd p5-XML-DifferenceMarkup 0.09, (diff)
- Update to 0.5.19
PR: 61518 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
Notes
Notes: svn path=/head/; revision=98472
Diffstat (limited to 'converters/uulib/files/patch-configure')
-rw-r--r--converters/uulib/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/converters/uulib/files/patch-configure b/converters/uulib/files/patch-configure
deleted file mode 100644
index 42979c293997..000000000000
--- a/converters/uulib/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Wed Sep 4 21:49:57 2002
-+++ configure Wed Sep 4 22:00:32 2002
-@@ -1100,12 +1100,12 @@
- 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'`
-+#CFLAGS=`echo $CFLAGS | sed 's/-g//g'`
- case $CFLAGS in
- *"-O"*)
- ;;
- *)
-- CFLAGS="$CFLAGS -O"
-+ #CFLAGS="$CFLAGS -O"
- ;;
- esac
- else