summaryrefslogtreecommitdiff
path: root/net/vtun/patches/patch-configure
blob: 110719e9f7aee9aeb10405f3775cec43e2c1cf48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.2 2021/04/21 07:36:24 nia Exp $

help configure find blowfish headers from openssl

--- configure.orig	2009-03-29 10:08:48.000000000 +0000
+++ configure
@@ -5680,7 +5680,7 @@ echo "$as_me: checking for blowfish Libr
     echo "$as_me:$LINENO: checking \"for blowfish.h\"" >&5
 echo $ECHO_N "checking \"for blowfish.h\"... $ECHO_C" >&6
     ac_hdr_found=no
-    for p in $BLOWFISH_HDR_DIR /usr/include/ssl /usr/include/openssl /usr/include /usr/local/include /usr/local/ssl/include  /usr/include/crypto; do
+    for p in $BLOWFISH_HDR_DIR $SSL_HDR_DIR /usr/include/ssl /usr/include/openssl /usr/include /usr/local/include /usr/local/ssl/include  /usr/include/crypto; do
 	if test -n "$p"; then
 	  dir="$p"
 	else