summaryrefslogtreecommitdiff
path: root/apr-gcc2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'apr-gcc2.patch')
-rw-r--r--apr-gcc2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/apr-gcc2.patch b/apr-gcc2.patch
deleted file mode 100644
index c3d345a..0000000
--- a/apr-gcc2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- apr-0.9.4/build/apr_common.m4~ Sat Jan 24 00:21:17 2004
-+++ apr-0.9.4/build/apr_common.m4 Sat Jan 24 00:21:17 2004
-@@ -228,7 +228,7 @@
- break
- fi
- done
-- if test $apr_addto_duplicate = "0"; then
-+ if test $apr_addto_duplicate = "0" -a "$i" != -I/usr/include ; then
- echo " adding \"$i\" to $1"
- $1="$$1 $i"
- fi