mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
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
14 lines
499 B
Text
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
|
|
|