summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-02-28 21:36:02 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-02-28 21:36:02 +0000
commitd7905faa33a71a79a2e05c6f080dbad60582bf3b (patch)
tree12b391bb5fda4db67aa7f428a8ef3602ebd36488 /security
parentMake TTF support not optional, it never come into package otherwise (diff)
Fix build error by adding ${OPENSSLINC}/openssl to the include path.
Submitted by: Jim Bloom <bloom@acm.org>
Notes
Notes: svn path=/head/; revision=26414
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/files/patch-ab2
-rw-r--r--security/cyrus-sasl2/files/patch-ab2
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}")