Index: head/net/spoofer/files/patch-configure =================================================================== --- head/net/spoofer/files/patch-configure (nonexistent) +++ head/net/spoofer/files/patch-configure (revision 513388) @@ -0,0 +1,15 @@ +--- configure.orig 2019-07-03 23:43:25 UTC ++++ configure +@@ -11092,8 +11092,10 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/ssl.h in $ssldir" >&5 + $as_echo_n "checking for openssl/ssl.h in $ssldir... " >&6; } + if test -f "$ssldir/include/openssl/ssl.h"; then +- OPENSSL_INCLUDES="-I$ssldir/include" +- OPENSSL_LDFLAGS="-L$ssldir/lib" ++ if test $ssldir != /usr; then ++ OPENSSL_INCLUDES="-I$ssldir/include" ++ OPENSSL_LDFLAGS="-L$ssldir/lib" ++ fi + OPENSSL_LIBS="-lssl -lcrypto" + found=true + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 Property changes on: head/net/spoofer/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property