ports/ftp/curl/files/patch-configure
Peter Pentchev decc454be4 At long last, update the curl port to its almost-current version, 7.19.2.
Yes, there's been a new 7.19.3 version for a couple of days now,
but I figure you folks have been waiting for me much too much as it is :(
Apologies all around!

Prompted by:	several PR's and more people (and portmgrs) than I dare admit
2009-01-23 15:40:33 +00:00

14 lines
499 B
Text

diff -urN -x .svn ../../vendor/curl/configure ./configure
--- ../../vendor/curl/configure 2008-11-02 00:09:51.000000000 +0200
+++ ./configure 2009-01-21 16:12:08.000000000 +0200
@@ -32237,8 +32237,10 @@
PKGTEST="no"
PREFIX_OPENSSL=$OPT_SSL
LIB_OPENSSL="$PREFIX_OPENSSL/lib$libsuff"
+ if ! [ "$PREFIX_OPENSSL" = "/usr" ]; then
LDFLAGS="$LDFLAGS -L$LIB_OPENSSL"
CPPFLAGS="$CPPFLAGS -I$PREFIX_OPENSSL/include/openssl -I$PREFIX_OPENSSL/include"
+ fi
;;
esac