summaryrefslogtreecommitdiff
path: root/devel/subversion/files/patch-configure
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2005-11-05 16:54:31 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2005-11-05 16:54:31 +0000
commiteeb7c638ea40b6927f7d9b768c5fcfd503e1053a (patch)
treeb75fd356fa1dfe53b41b952e00f34b7576e3255d /devel/subversion/files/patch-configure
parentUpdate to 0.47 (diff)
(1) Update to 1.3.0-rc2
(2) Fix minor issues with Makefile (messages) (3) Fix pkg-plist in case of using apache21 PR: ports/87607 [2], ports/88410 [3]
Notes
Notes: svn path=/head/; revision=147395
Diffstat (limited to 'devel/subversion/files/patch-configure')
-rw-r--r--devel/subversion/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/subversion/files/patch-configure b/devel/subversion/files/patch-configure
new file mode 100644
index 000000000000..e7eb781d38be
--- /dev/null
+++ b/devel/subversion/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sat Nov 5 16:13:58 2005
++++ configure Sat Nov 5 16:14:12 2005
+@@ -19933,7 +19933,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