ports/devel/subversion/files/patch-configure
Ollivier Robert 109d645c48 Subversion r1467. Uses the newly added apr-devel port.
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-03-14 16:52:42 +00:00

11 lines
530 B
Text

--- configure.orig Sun Mar 10 18:06:50 2002
+++ configure Sun Mar 10 18:07:48 2002
@@ -7084,7 +7084,7 @@
SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`
NEON_LIBS=`$neon_config --libs | sed -e 's/-lneon//g'`
CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"
- NEON_LIBS="$NEON_LIBS "`$neon_config --prefix `"/lib/libneon.la"
+ NEON_LIBS="$NEON_LIBS -lneon"
;;
*)
echo "You have neon version $NEON_VERSION,"