1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/keynote/files/patch-ad

22 lines
772 B
Plaintext
Raw Normal View History

--- configure.orig Wed Oct 20 22:04:39 1999
+++ configure Fri Mar 24 19:38:46 2000
@@ -1256,7 +1256,7 @@
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 @@
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