summaryrefslogtreecommitdiff
path: root/devel/subversion16/files/patch-build--ac-macros--neon.m4
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
commit18a56320c9602155ab8efec1503104da172eb882 (patch)
treee6c9bc10db8d29a4e76a24cac3a7ecc376035aec /devel/subversion16/files/patch-build--ac-macros--neon.m4
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_3_0'.release/6.3.0
Notes
Notes: svn path=/head/; revision=204758 svn path=/tags/RELEASE_6_3_0/; revision=204759; tag=release/6.3.0
Diffstat (limited to 'devel/subversion16/files/patch-build--ac-macros--neon.m4')
-rw-r--r--devel/subversion16/files/patch-build--ac-macros--neon.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/subversion16/files/patch-build--ac-macros--neon.m4 b/devel/subversion16/files/patch-build--ac-macros--neon.m4
deleted file mode 100644
index eb1660263b85..000000000000
--- a/devel/subversion16/files/patch-build--ac-macros--neon.m4
+++ /dev/null
@@ -1,17 +0,0 @@
---- build/ac-macros/neon.m4.orig Sat Nov 5 16:12:58 2005
-+++ build/ac-macros/neon.m4 Sat Nov 5 16:13:14 2005
-@@ -1,4 +1,4 @@
--dnl SVN_LIB_NEON(wanted_regex, latest_working_ver, url)
-+ dnl SVN_LIB_NEON(wanted_regex, latest_working_ver, url)
- dnl
- dnl Search for a suitable version of neon. wanted_regex is a
- dnl regular expression used in a Bourne shell switch/case statement
-@@ -132,7 +132,7 @@
- if test "$NEON_VERSION" = "$svn_allowed_neon" -o $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