pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/guppi Yet another mipseb config.guess/config.sub ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1110a82e0a7c
branches:  trunk
changeset: 468318:1110a82e0a7c
user:      sekiya <sekiya%pkgsrc.org@localhost>
date:      Thu Feb 12 14:20:27 2004 +0000

description:
Yet another mipseb config.guess/config.sub override.

diffstat:

 math/guppi/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b3afced95416 -r 1110a82e0a7c math/guppi/Makefile
--- a/math/guppi/Makefile       Thu Feb 12 13:49:59 2004 +0000
+++ b/math/guppi/Makefile       Thu Feb 12 14:20:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/01/24 13:58:23 grant Exp $
+# $NetBSD: Makefile,v 1.34 2004/02/12 14:20:27 sekiya Exp $
 
 DISTNAME=      Guppi-0.40.3
 PKGNAME=       ${DISTNAME:S/G/g/}
@@ -31,6 +31,9 @@
 USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         YES
 
+CONFIG_GUESS_OVERRIDE+=        ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE+=  ${WRKSRC}/config.sub
+
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 PLIST_SUBST+=          LOCALBASE=${LOCALBASE}



Home | Main Index | Thread Index | Old Index