From f9378fd123ce84acc3637736c6d24e22a4ce17ac Mon Sep 17 00:00:00 2001 From: skrll Date: Thu, 31 Oct 2002 10:44:21 +0000 Subject: Add CONFIG_{GUESS,SUB}_OVERRIDE so that this package builds on CATS, etc... --- lang/jikes112/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/jikes112') 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 -- cgit v1.2.3