diff options
author | sekiya <sekiya@pkgsrc.org> | 2004-02-12 14:20:27 +0000 |
---|---|---|
committer | sekiya <sekiya@pkgsrc.org> | 2004-02-12 14:20:27 +0000 |
commit | e7df9eff5cb9ca3aadee258154ff1134fa5ad0e8 (patch) | |
tree | 33ca0f9790e95aef5f549acdc61c704770ba5800 /math | |
parent | 4900bff104a691703a00242fa7dbe2e483fa333a (diff) | |
download | pkgsrc-e7df9eff5cb9ca3aadee258154ff1134fa5ad0e8.tar.gz |
Yet another mipseb config.guess/config.sub override.
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index a9c9e599c57..bf9545ebff6 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -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_X11BASE= YES 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} |