pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/exim If using the "native" bdb.buildlink3.mk BDB_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d599bd389798
branches: trunk
changeset: 476171:d599bd389798
user: reed <reed%pkgsrc.org@localhost>
date: Fri Jun 04 17:19:56 2004 +0000
description:
If using the "native" bdb.buildlink3.mk BDB_TYPE, then use the
include location too. This fixes build problem under
Red Hat Enterprise Linux ES release 2.1 which has
its native Berkeley DB header under /usr/include/db1/.
Okay'd by David Brownlee.
diffstat:
mail/exim/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dedb53c77963 -r d599bd389798 mail/exim/Makefile.common
--- a/mail/exim/Makefile.common Fri Jun 04 16:37:23 2004 +0000
+++ b/mail/exim/Makefile.common Fri Jun 04 17:19:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/06/04 02:05:16 reed Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/06/04 17:19:56 reed Exp $
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -58,7 +58,7 @@
. else # using native
EXIM_DBMLIB= # empty so use defaults
EXIM_USE_DB_CONFIG= # empty so use defaults
-EXIM_INCLUDE= # empty so use defaults
+EXIM_INCLUDE= -I/usr/${BUILDLINK_INCDIRS.db-native}
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index