diff options
Diffstat (limited to 'devel/subversion-freebsd/files/patch-configure')
-rw-r--r-- | devel/subversion-freebsd/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/subversion-freebsd/files/patch-configure b/devel/subversion-freebsd/files/patch-configure deleted file mode 100644 index 00585c90f32f..000000000000 --- a/devel/subversion-freebsd/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Thu Jan 18 01:17:34 2007 -+++ configure Sat Mar 17 10:48:49 2007 -@@ -3942,7 +3942,7 @@ - - # Either a space-separated list of allowable Neon versions, or "any" to - # mean allow anything. --NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2" -+NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3" - NEON_LATEST_WORKING_VER=0.25.5 - NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz" - # Check whether --enable-neon-version-check or --disable-neon-version-check was given. -@@ -4004,7 +4004,7 @@ - test "$svn_allowed_neon" = "any"; then - svn_allowed_neon_on_system="yes" - SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` -- NEON_LIBS=`$neon_config --la-file` -+ NEON_LIBS=`$neon_config --libs` - CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`" - svn_lib_neon="yes" - break -@@ -4345,7 +4345,7 @@ - test "$svn_allowed_neon" = "any"; then - svn_allowed_neon_on_system="yes" - SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` -- NEON_LIBS=`$neon_config --la-file` -+ NEON_LIBS=`$neon_config --libs` - CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`" - svn_lib_neon="yes" - break |