diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
commit | 4fcd6ffac592fcc85a873537e23692e480838e23 (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /lang/tcl | |
parent | ceb02bcf5a66c654f54cbd1c277fc9366840fb44 (diff) | |
download | pkgsrc-4fcd6ffac592fcc85a873537e23692e480838e23.tar.gz |
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'lang/tcl')
-rw-r--r-- | lang/tcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index f0f86ee6985..eb635b68ad6 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2014/02/26 12:23:36 dsainty Exp $ +# $NetBSD: Makefile,v 1.77 2014/03/13 11:08:51 jperkin Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -15,6 +15,8 @@ LICENSE= 2-clause-bsd WRKSRC= ${WRKDIR}/tcl${TCL_VERSION} +USE_GCC_RUNTIME= yes + GNU_CONFIGURE= yes CONFIGURE_DIRS= unix BUILD_DIRS= ${CONFIGURE_DIRS} |