summaryrefslogtreecommitdiff
path: root/lang/tcl-otcl
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2003-12-05 20:22:58 +0000
committerkristerw <kristerw@pkgsrc.org>2003-12-05 20:22:58 +0000
commitf0279fe6c8d0b54524df07462f2dd21db3826ef2 (patch)
tree80f9557b16a6a4d55b8554fffbb1c4a67d1b6734 /lang/tcl-otcl
parent5ae0dcc9950fc5c4f4dad8a0a26c54897c972da3 (diff)
downloadpkgsrc-f0279fe6c8d0b54524df07462f2dd21db3826ef2.tar.gz
Override config.sub and config.guess to let it recognize shark.
Diffstat (limited to 'lang/tcl-otcl')
-rw-r--r--lang/tcl-otcl/Makefile5
1 files changed, 4 insertions, 1 deletions
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 \