summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftp/curl/files/patch-configure12
1 files changed, 6 insertions, 6 deletions
diff --git a/ftp/curl/files/patch-configure b/ftp/curl/files/patch-configure
index cdee47ca403f..fa5024b5f52c 100644
--- a/ftp/curl/files/patch-configure
+++ b/ftp/curl/files/patch-configure
@@ -1,10 +1,10 @@
---- configure.orig Fri Apr 9 14:00:52 2004
-+++ configure Fri Apr 9 14:01:29 2004
-@@ -24123,8 +24123,10 @@
- EXTRA_SSL= ;;
+--- configure.orig Mon Oct 18 01:22:10 2004
++++ configure Mon Dec 13 14:59:23 2004
+@@ -24217,8 +24217,10 @@
*)
- EXTRA_SSL=$OPT_SSL
-+ if [ ! "$EXTRA_SSL" = "/usr" ]; then
+ PKGTEST="no"
+ EXTRA_SSL=$OPT_SSL
++ if ! [ "$EXTRA_SSL" = "/usr" ]; then
LDFLAGS="$LDFLAGS -L$EXTRA_SSL/lib$libsuff"
CPPFLAGS="$CPPFLAGS -I$EXTRA_SSL/include/openssl -I$EXTRA_SSL/include"
+ fi