pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl-itcl Ensure that configure finds ar.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a4dd5a641d0
branches:  trunk
changeset: 494574:5a4dd5a641d0
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Wed May 25 18:23:46 2005 +0000

description:
Ensure that configure finds ar.

diffstat:

 lang/tcl-itcl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 900175432dcd -r 5a4dd5a641d0 lang/tcl-itcl/Makefile
--- a/lang/tcl-itcl/Makefile    Wed May 25 18:04:57 2005 +0000
+++ b/lang/tcl-itcl/Makefile    Wed May 25 18:23:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:17 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/25 18:23:46 kristerw Exp $
 
 DISTNAME=      itcl3.2
 PKGNAME=       tcl-itcl-3.2
@@ -19,6 +19,7 @@
 CONFIGURE_ARGS= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \
                --with-tk=${BUILDLINK_PREFIX.tk}/lib    \
                --enable-shared
+CONFIGURE_ENV+=        AR="${AR}"
 
 MAKE_ENV+=     TCL_HEADER_DIR=${BUILDLINK_PREFIX.tcl}/include/tcl
 



Home | Main Index | Thread Index | Old Index