aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-svn/files/patch-config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-svn/files/patch-config.m4')
-rw-r--r--devel/pecl-svn/files/patch-config.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/pecl-svn/files/patch-config.m4 b/devel/pecl-svn/files/patch-config.m4
deleted file mode 100644
index fe4bf149e69b..000000000000
--- a/devel/pecl-svn/files/patch-config.m4
+++ /dev/null
@@ -1,16 +0,0 @@
---- config.m4 Sat Jan 7 19:58:52 2006
-+++ config.m4.new Sat Jan 7 20:00:55 2006
-@@ -36,10 +36,10 @@
- if test -d $i/lib64 ; then
- PHP_SVN_LDFLAGS="-L$i/lib64 $PHP_SVN_LDFLAGS"
- fi
-- PHP_SVN_LDFLAGS="$PHP_SVN_LDFLAGS -lsvn_client-1 -lapr-0"
-+ PHP_SVN_LDFLAGS="$PHP_SVN_LDFLAGS -lsvn_client-1 -lapr-1"
- fi
-- if test -r $i/include/apr-0/apr.h ; then
-- PHP_SVN_INCLUDES="$PHP_SVN_INCLUDES -I$i/include/apr-0"
-+ if test -r $i/include/apr-1/apr.h ; then
-+ PHP_SVN_INCLUDES="$PHP_SVN_INCLUDES -I$i/include/apr-1"
- elif test -r $i/include/apache2/apr.h ; then
- PHP_SVN_INCLUDES="$PHP_SVN_INCLUDES -I$i/include/apache2"
- fi