ports/security/keynote/files/patch-configure
Dmitry Marakasov 7e89a59162 - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-04-05 15:48:36 +00:00

21 lines
754 B
Text

--- configure.orig 2000-09-26 23:16:28 UTC
+++ configure
@@ -1256,7 +1256,7 @@ else
fi
-LIBS="-L/usr/lib -L/usr/local/lib -L/usr/ssl/lib -L/usr/openssl/lib\
+LIBS="-L/usr/lib -L/usr/local/lib -L${OPENSSLLIB} -L/usr/ssl/lib -L/usr/openssl/lib\
-L/usr/local/ssl/lib -L/usr/local/openssl/lib -L/usr/pkg/lib -L/pkg/lib"
echo $ac_n "checking for floor in -lm""... $ac_c" 1>&6
@@ -1421,7 +1421,8 @@ fi
CPPFLAGS="-I/usr/include -I/usr/local/include -I/usr/ssl/include\
- -I/usr/local/ssl/include -I/usr/openssl/include -I/usr/pkg/include\
+ -I/usr/local/ssl/include -I${OPENSSLINC}\
+ -I/usr/openssl/include -I/usr/pkg/include\
-I/usr/local/openssl/include -I/pkg/include"
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6