1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/ssldump/files/patch-aa
2002-04-29 20:47:15 +00:00

14 lines
451 B
Plaintext

--- configure.in.orig Thu Sep 27 01:03:56 2001
+++ configure.in Mon Apr 29 13:20:27 2002
@@ -200,7 +200,9 @@
done
if test "$ac_found_openssl_lib_dir" != "no"; then
echo "found in $ac_found_openssl_lib_dir"
- INCLUDES="-I$ac_found_openssl_inc_dir $INCLUDES"
+ if test "$ac_found_openssl_inc_dir" != "/usr/include"; then
+ INCLUDES="-I$ac_found_openssl_inc_dir $INCLUDES"
+ fi
DEFINES="-DOPENSSL $DEFINES"
else
echo "not found."