mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
21 lines
754 B
Text
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
|