Index: head/security/yapet/files/patch-configure =================================================================== --- head/security/yapet/files/patch-configure (nonexistent) +++ head/security/yapet/files/patch-configure (revision 502122) @@ -0,0 +1,15 @@ +--- configure.orig 2019-05-01 21:01:12 UTC ++++ configure +@@ -17500,8 +17500,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 [ $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/security/yapet/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