From 21caf78aaa844ce3f14ffde07e8e5a15c2cdf2d3 Mon Sep 17 00:00:00 2001 From: sekiya Date: Sun, 8 Feb 2004 05:14:44 +0000 Subject: Override config.sub and config.guess. For mipseb support. --- databases/db3/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases/db3') diff --git a/databases/db3/Makefile b/databases/db3/Makefile index bf8234218e9..b2429f2b199 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/20 12:12:49 agc Exp $ +# $NetBSD: Makefile,v 1.22 2004/02/08 05:14:44 sekiya Exp $ DISTNAME= db-3.3.11 PKGNAME= db3-3.11.2 @@ -23,6 +23,9 @@ 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 + CONFIGURE_ARGS+= --program-transform-name=s,db_,db3_, CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db3 CONFIGURE_ARGS+= --enable-cxx -- cgit v1.2.3