1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc/sword/files/patch-configure
Sergey Matveychuk ba655d9014 Update to 1.5.7
PR:		ports/70702
Submitted by:	maintainer
2004-08-20 18:04:07 +00:00

14 lines
422 B
Plaintext

--- configure.orig Tue Aug 17 13:48:32 2004
+++ configure Tue Aug 17 13:49:13 2004
@@ -20183,8 +20183,8 @@
echo "curl found - remote install options available"
CURL_CFLAGS=`$CURL_CONFIG --cflags`
CURL_LIBS=`$CURL_CONFIG --libs`
- CXXFLAGS="$CXXFLAGS -DCURLAVAILABLE"
- CFLAGS="$CFLAGS -DCURLAVAILABLE"
+ CXXFLAGS="$CXXFLAGS -DCURLAVAILABLE $CURL_CFLAGS"
+ CFLAGS="$CFLAGS -DCURLAVAILABLE $CURL_CFLAGS"
fi
fi