diff options
author | skrll <skrll@pkgsrc.org> | 2002-10-31 10:44:21 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-10-31 10:44:21 +0000 |
commit | f9378fd123ce84acc3637736c6d24e22a4ce17ac (patch) | |
tree | 5cf2762ee3b04a6957e32f6324c84fa93e12ed44 /lang | |
parent | 47dece0b6114760b9822880872e32aa7c975694a (diff) | |
download | pkgsrc-f9378fd123ce84acc3637736c6d24e22a4ce17ac.tar.gz |
Add CONFIG_{GUESS,SUB}_OVERRIDE so that this package builds on CATS, etc...
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jikes112/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/jikes112/Makefile b/lang/jikes112/Makefile index b1afcce5ba7..58c7a3ee8c6 100644 --- a/lang/jikes112/Makefile +++ b/lang/jikes112/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/30 07:29:07 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/31 10:44:21 skrll Exp $ # DISTNAME= jikes-1.12 @@ -11,6 +11,9 @@ COMMENT= Java source to byte-code compiler ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub + USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_CXX= yes |