From d7905faa33a71a79a2e05c6f080dbad60582bf3b Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Mon, 28 Feb 2000 21:36:02 +0000 Subject: Fix build error by adding ${OPENSSLINC}/openssl to the include path. Submitted by: Jim Bloom --- security/cyrus-sasl/files/patch-ab | 2 +- 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}") -- cgit v1.2.3