diff options
author | tron <tron@pkgsrc.org> | 2005-04-13 17:37:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-04-13 17:37:43 +0000 |
commit | 78366a3c7da30abca619612a0305ec70834c2b62 (patch) | |
tree | 762ac6b234305f93d6853029bd99b49c7f98ee2b /x11/tk | |
parent | 683699b5179ca30782c0cd38079a3f40ca8f6100 (diff) | |
download | pkgsrc-78366a3c7da30abca619612a0305ec70834c2b62.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/Makefile | 3 |
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 |