summaryrefslogtreecommitdiff
path: root/news/inn-stable/files/patch-configure
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-09-26 06:38:42 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-09-26 06:38:42 +0000
commit8a864c5eb99c4d5b1ff3f447c51887763269499d (patch)
treeac9fc14c709fae71b8cddfb3156660e4221a85b8 /news/inn-stable/files/patch-configure
parentupdate: dns/bind9-sdb-mysql (diff)
update news/inn-stable:
- update to 20030922 snapshot - get back to "date-based" PORTVERSION - Now config files are not removed - add many knobs - Use USE_OPENSSL hook PR: 57158 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Notes
Notes: svn path=/head/; revision=89418
Diffstat (limited to 'news/inn-stable/files/patch-configure')
-rw-r--r--news/inn-stable/files/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/news/inn-stable/files/patch-configure b/news/inn-stable/files/patch-configure
new file mode 100644
index 000000000000..5b94084067cc
--- /dev/null
+++ b/news/inn-stable/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig Tue Sep 2 06:39:30 2003
++++ configure Mon Sep 22 11:34:06 2003
+@@ -5828,9 +5828,9 @@
+ fi
+ if test x"$BERKELEY_DB_DIR" = xyes ; then
+ for v in db41 db4 db3 db2 ; do
+- if test -d "/usr/local/include/$v" ; then
+- BERKELEY_DB_LDFLAGS="-L/usr/local/lib"
+- BERKELEY_DB_CFLAGS="-I/usr/local/include/$v"
++ if test -d "${LOCALBASE}/include/$v" ; then
++ BERKELEY_DB_LDFLAGS="-L${LOCALBASE}/lib"
++ BERKELEY_DB_CFLAGS="-I${LOCALBASE}/include/$v"
+ BERKELEY_DB_LIB="-l$v"
+ echo "$ac_t""FreeBSD locations" 1>&6
+ break