freebsd-ports/devel/subversion16/files/patch-configure
Lev A. Serebryakov 79f8a17397 (1) Update to 1.3.2.
(2) Fix installation of apache module in case of apache > 2.0.
  (3) Fix some portlint warnings.

PR:		ports/97932 [2]
2006-06-06 18:52:10 +00:00

20 lines
1,005 B
Text

--- configure.orig Tue Jun 6 20:18:54 2006
+++ configure Tue Jun 6 20:19:34 2006
@@ -18861,7 +18861,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
@@ -19184,7 +19184,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