diff options
author | reed <reed@pkgsrc.org> | 2004-06-04 17:19:56 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-06-04 17:19:56 +0000 |
commit | 31acee7abcbb33669026b8cefbdbbde31b749422 (patch) | |
tree | 8d3ebddda1fc0d6bb87b7a153a49e8a564a075d5 /mail/exim | |
parent | a3d18e038cd9b19d3b3d4a1c2e82f41751856421 (diff) | |
download | pkgsrc-31acee7abcbb33669026b8cefbdbbde31b749422.tar.gz |
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 (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index 0b0f28a56ae..92cd8bf7a82 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -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 @@ EXIM_INCLUDE= -I${PREFIX}/${BUILDLINK_INCDIRS.db2} . 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 |