summaryrefslogtreecommitdiff
path: root/databases/db3
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-14 15:29:15 +0000
committerjlam <jlam>2004-02-14 15:29:15 +0000
commitfa5bd95d2ad65942eecffff3a1d57457cf9d782f (patch)
tree08b9b925dd2aec2f5c85c45b0bc69810e603367e /databases/db3
parent92308a1209af17742d110b3488baea113a6f2931 (diff)
downloadpkgsrc-fa5bd95d2ad65942eecffff3a1d57457cf9d782f.tar.gz
CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
Diffstat (limited to 'databases/db3')
-rw-r--r--databases/db3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index eab22ea6cbb..a10baba8786 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/02/11 01:46:30 abs Exp $
+# $NetBSD: Makefile,v 1.24 2004/02/14 15:29:15 jlam Exp $
DISTNAME= db-3.3.11
PKGNAME= db3-3.11.2
@@ -24,8 +24,8 @@ LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/build_unix/libtool
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure
-CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/dist/config.sub
-CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/dist/config.guess
+CONFIG_SUB_OVERRIDE+= ../dist/config.sub
+CONFIG_GUESS_OVERRIDE+= ../dist/config.guess
CONFIGURE_ARGS+= --program-transform-name=s,db_,db3_,
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db3