pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/db4 fix config.{guess,sub} override.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/639f1ddeae1f
branches:  trunk
changeset: 482910:639f1ddeae1f
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Nov 05 09:24:39 2004 +0000

description:
fix config.{guess,sub} override.

diffstat:

 databases/db4/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7d73821740b1 -r 639f1ddeae1f databases/db4/Makefile
--- a/databases/db4/Makefile    Fri Nov 05 09:01:11 2004 +0000
+++ b/databases/db4/Makefile    Fri Nov 05 09:24:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/10/03 00:13:18 tv Exp $
+# $NetBSD: Makefile,v 1.24 2004/11/05 09:24:39 grant Exp $
 
 DISTNAME=              db-4.2.52
 PKGNAME=               ${DISTNAME:S/db/db4/}
@@ -18,6 +18,8 @@
 USE_LIBTOOL=           yes
 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+=       --enable-cxx
 CONFIGURE_ARGS+=       --enable-rpc



Home | Main Index | Thread Index | Old Index