From c9647b906a50e4a1f654b13fa65636b65bdaa50b Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 5 Dec 2015 19:02:21 +0100 Subject: [PATCH] tcl: use system sqlite. --- srcpkgs/tcl/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tcl/template b/srcpkgs/tcl/template index 16e4cf5575e..60271b2f2fa 100644 --- a/srcpkgs/tcl/template +++ b/srcpkgs/tcl/template @@ -1,13 +1,14 @@ # Template file for 'tcl' pkgname=tcl version=8.6.4 -revision=1 +revision=2 wrksrc="tcl${version}" build_wrksrc="unix" build_style=gnu-configure configure_args="--enable-threads --without-tzdata --enable-man-symlinks - --disable-static --disable-rpath tcl_cv_strtod_unbroken=ok" -makedepends="zlib-devel" + --disable-static --disable-rpath --with-system-sqlite + tcl_cv_strtod_unbroken=ok" +makedepends="zlib-devel sqlite-devel" short_desc="The TCL scripting language" maintainer="Juan RP " homepage="http://www.tcl.tk"