pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/tk Set "LIB_RUNTIME_DIR" in "CONFIGURE_ENV" to mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c301f17a8a5
branches:  trunk
changeset: 492480:1c301f17a8a5
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Apr 13 17:37:43 2005 +0000

description:
Set "LIB_RUNTIME_DIR" in "CONFIGURE_ENV" to make sure that
"${PREFIX}/lib/tclConfig.sh" prints a reasonable value for
"{TCL_CC_SEARCH_FLAGS}" to avoid confusing buildlink3.

diffstat:

 x11/tk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 58733a6558c6 -r 1c301f17a8a5 x11/tk/Makefile
--- a/x11/tk/Makefile   Wed Apr 13 17:30:28 2005 +0000
+++ b/x11/tk/Makefile   Wed Apr 13 17:37:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/04/13 16:47:10 rillig Exp $
+# $NetBSD: Makefile,v 1.44 2005/04/13 17:37:43 tron Exp $
 
 DISTNAME=      tk8.4.9-src
 PKGNAME=       tk-8.4.9
@@ -18,6 +18,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
 CONFIGURE_ARGS+=       --enable-threads
+CONFIGURE_ENV+=                LIB_RUNTIME_DIR=${PREFIX}/lib
 MAKE_ENV+=             TOUCH=${TOUCH:Q}
 PTHREAD_OPTS+=         require
 



Home | Main Index | Thread Index | Old Index