From fa5bd95d2ad65942eecffff3a1d57457cf9d782f Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 14 Feb 2004 15:29:15 +0000 Subject: 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. --- databases/db3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases') 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 -- cgit v1.2.3