summaryrefslogtreecommitdiff
path: root/lang/tcl-expect
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-03-13 11:08:49 +0000
committerjperkin <jperkin@pkgsrc.org>2014-03-13 11:08:49 +0000
commit4fcd6ffac592fcc85a873537e23692e480838e23 (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /lang/tcl-expect
parentceb02bcf5a66c654f54cbd1c277fc9366840fb44 (diff)
downloadpkgsrc-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-expect')
-rw-r--r--lang/tcl-expect/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile
index 9b745616325..14ed629f224 100644
--- a/lang/tcl-expect/Makefile
+++ b/lang/tcl-expect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/01/11 14:42:00 adam Exp $
+# $NetBSD: Makefile,v 1.31 2014/03/13 11:08:51 jperkin Exp $
.include "Makefile.common"
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Extensions to Tcl to support scripting of interactive programs
LICENSE= public-domain
+USE_GCC_RUNTIME= yes
+
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --without-x