mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
11 lines
530 B
Text
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,"
|