From f0279fe6c8d0b54524df07462f2dd21db3826ef2 Mon Sep 17 00:00:00 2001 From: kristerw Date: Fri, 5 Dec 2003 20:22:58 +0000 Subject: Override config.sub and config.guess to let it recognize shark. --- lang/tcl-otcl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/tcl-otcl') diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile index bad9da34d67..426a46115e6 100644 --- a/lang/tcl-otcl/Makefile +++ b/lang/tcl-otcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:45:31 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/05 20:22:58 kristerw Exp $ DISTNAME= otcl-1.0a8 PKGNAME= tcl-${DISTNAME:S/a/rc/} @@ -18,6 +18,9 @@ USE_X11= yes CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk} +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub + CPPFLAGS+= -I${BUILDLINK_PREFIX.tcl}/include/tcl/generic HTMLDOCS= CHANGES.html autoload.html capi.html class.html object.html \ -- cgit v1.2.3