diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-28 21:36:02 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-28 21:36:02 +0000 |
commit | d7905faa33a71a79a2e05c6f080dbad60582bf3b (patch) | |
tree | 12b391bb5fda4db67aa7f428a8ef3602ebd36488 | |
parent | aca90445a69a41c5772842063bfc0f8317413ff0 (diff) | |
download | freebsd-ports-d7905faa33a71a79a2e05c6f080dbad60582bf3b.zip |
Fix build error by adding ${OPENSSLINC}/openssl to the include path.
Submitted by: Jim Bloom <bloom@acm.org>
-rw-r--r-- | security/cyrus-sasl/files/patch-ab | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/files/patch-ab | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/files/patch-ab b/security/cyrus-sasl/files/patch-ab index 646c62a2b086..b26d8a1f71c7 100644 --- a/security/cyrus-sasl/files/patch-ab +++ b/security/cyrus-sasl/files/patch-ab @@ -6,7 +6,7 @@ dnl let's just link against local. otherwise we never find anything useful. -CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" -CMU_ADD_LIBPATH("/usr/local/lib") -+CPPFLAGS="-I${OPENSSLINC} ${CPPFLAGS}" ++CPPFLAGS="-I${OPENSSLINC} -I${OPENSSLINC}/openssl ${CPPFLAGS}" +CMU_ADD_LIBPATH("${LOCALBASE}/lib") +CMU_ADD_LIBPATH("${OPENSSLLIB}") diff --git a/security/cyrus-sasl2/files/patch-ab b/security/cyrus-sasl2/files/patch-ab index 646c62a2b086..b26d8a1f71c7 100644 --- a/security/cyrus-sasl2/files/patch-ab +++ b/security/cyrus-sasl2/files/patch-ab @@ -6,7 +6,7 @@ dnl let's just link against local. otherwise we never find anything useful. -CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" -CMU_ADD_LIBPATH("/usr/local/lib") -+CPPFLAGS="-I${OPENSSLINC} ${CPPFLAGS}" ++CPPFLAGS="-I${OPENSSLINC} -I${OPENSSLINC}/openssl ${CPPFLAGS}" +CMU_ADD_LIBPATH("${LOCALBASE}/lib") +CMU_ADD_LIBPATH("${OPENSSLLIB}") |