summaryrefslogtreecommitdiff
path: root/misc/sword15/files/patch-configure.ac
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-08-20 18:04:07 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-08-20 18:04:07 +0000
commitba655d90147638794a1818835841b73b62d5d959 (patch)
treefe3fd0588218f8e963704583eb515a7a7f47d993 /misc/sword15/files/patch-configure.ac
parentFix build on 5.x: struct sockaddr_in6 has no member sinaddr (diff)
Update to 1.5.7
PR: ports/70702 Submitted by: maintainer
Diffstat (limited to 'misc/sword15/files/patch-configure.ac')
-rw-r--r--misc/sword15/files/patch-configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/sword15/files/patch-configure.ac b/misc/sword15/files/patch-configure.ac
new file mode 100644
index 000000000000..64a367923b83
--- /dev/null
+++ b/misc/sword15/files/patch-configure.ac
@@ -0,0 +1,13 @@
+--- configure.ac.orig Tue Aug 17 13:48:26 2004
++++ configure.ac Tue Aug 17 13:48:53 2004
+@@ -151,8 +151,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
+