pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/java-db3 Since the configure script is in a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/094f4cac4bc7
branches:  trunk
changeset: 503766:094f4cac4bc7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 29 06:45:28 2005 +0000

description:
Since the configure script is in a non-standard location, override
location of config.sub and config.guess as well.

diffstat:

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

diffs (18 lines):

diff -r 96a7c547c96c -r 094f4cac4bc7 databases/java-db3/Makefile
--- a/databases/java-db3/Makefile       Tue Nov 29 06:18:52 2005 +0000
+++ b/databases/java-db3/Makefile       Tue Nov 29 06:45:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:45:11 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/11/29 06:45:28 joerg Exp $
 
 DISTNAME=      db-3.3.11
 PKGNAME=       java-db3-3.11.2
@@ -25,6 +25,8 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ../dist/configure
+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



Home | Main Index | Thread Index | Old Index