summaryrefslogtreecommitdiff
path: root/x11/tk
diff options
context:
space:
mode:
authortron <tron>2005-04-13 17:37:43 +0000
committertron <tron>2005-04-13 17:37:43 +0000
commitdfa8e6744f6515e0152ce24097239bdc9b3d97df (patch)
tree762ac6b234305f93d6853029bd99b49c7f98ee2b /x11/tk
parentd3968fa281f19cd7f42c16c215c249f295b7955a (diff)
downloadpkgsrc-dfa8e6744f6515e0152ce24097239bdc9b3d97df.tar.gz
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 (limited to 'x11/tk')
-rw-r--r--x11/tk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index 797f67dfd2f..df83b631560 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -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 @@ USE_LIBTOOL= yes
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