From 256e671e1944961ca4e19c13684cec34da1966bf Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 16 Apr 2006 14:35:51 +0000 Subject: tcltk: apply patch to fix a bogus line in the configure scripts bash 3.1 has a more strict syntax checking than 3.0, this is why it bailed out only on some boxes --- packages/tcltk/tk_8.4.11.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/tcltk/tk_8.4.11.bb') diff --git a/packages/tcltk/tk_8.4.11.bb b/packages/tcltk/tk_8.4.11.bb index b993a4be03..7a66ddcafb 100644 --- a/packages/tcltk/tk_8.4.11.bb +++ b/packages/tcltk/tk_8.4.11.bb @@ -4,11 +4,12 @@ SECTION = "devel/tcltk" HOMEPAGE = "http://tcl.sourceforge.net" DEPENDS = "tcl libx11" RDEPENDS = "tcl" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \ file://disable-xim.patch;patch=1;pnum=0 \ - file://tk-add-soname.patch;patch=1" + file://tk-add-soname.patch;patch=1 \ + file://fix-configure.patch;patch=1" S = "${WORKDIR}/tk${PV}/unix" inherit autotools -- cgit v1.2.3