pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/tcl-otcl Override config.sub and config.guess to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e70aede805c4
branches:  trunk
changeset: 464285:e70aede805c4
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Dec 05 20:22:58 2003 +0000

description:
Override config.sub and config.guess to let it recognize shark.

diffstat:

 lang/tcl-otcl/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e30e7b22a535 -r e70aede805c4 lang/tcl-otcl/Makefile
--- a/lang/tcl-otcl/Makefile    Fri Dec 05 19:24:31 2003 +0000
+++ b/lang/tcl-otcl/Makefile    Fri Dec 05 20:22:58 2003 +0000
@@ -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 @@
 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 \



Home | Main Index | Thread Index | Old Index