summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll>2002-10-31 10:44:21 +0000
committerskrll <skrll>2002-10-31 10:44:21 +0000
commitcf72ad01e4b9f012408cd4d9cb93f4cfea1529d5 (patch)
tree5cf2762ee3b04a6957e32f6324c84fa93e12ed44
parent717a3c48fa38300f2d4f027bca3a29478fed0e30 (diff)
downloadpkgsrc-cf72ad01e4b9f012408cd4d9cb93f4cfea1529d5.tar.gz
Add CONFIG_{GUESS,SUB}_OVERRIDE so that this package builds on CATS, etc...
-rw-r--r--lang/jikes112/Makefile5
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