freebsd-ports/devel/subversion-devel/files/patch-configure
Martin Matuska 2afad3e2ae - Update to 1.4.6
- Add OPTIONS

PR:		ports/119152
Submitted by:	mm
Approved by:	maintainer (timeout)
2008-01-14 09:04:24 +00:00

20 lines
945 B
Text

--- configure.orig 2007-12-17 23:01:31.000000000 +0100
+++ configure 2007-12-30 11:12:10.000000000 +0100
@@ -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