summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2006-04-21 23:40:25 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitffc70f0e969b9043c4924a757ddb4611b05b8d58 (patch)
treebd4a2ad7aa81af5fb09b42789b5c32decfb48739
parent87884238eed3a17028d92ddd73c33c3f8d5d6898 (diff)
downloadapr-compat-ffc70f0e969b9043c4924a757ddb4611b05b8d58.zip
apr-compat-ffc70f0e969b9043c4924a757ddb4611b05b8d58.tar.gz
- orphaned, outdated
Changed files: apr-gcc2.patch -> 1.2
-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