diff options
author | Stanislav Brabec <utx@gentoo.org> | 2003-05-10 19:58:11 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@gentoo.org> | 2003-05-10 19:58:11 +0000 |
commit | 5f229f66055c53ae280c712afe94eab5b1355ede (patch) | |
tree | d4307b27432f1d147d1eee85be196d0fabd28cad /dev-tcltk | |
parent | new version (diff) | |
download | historical-5f229f66055c53ae280c712afe94eab5b1355ede.tar.gz historical-5f229f66055c53ae280c712afe94eab5b1355ede.tar.bz2 historical-5f229f66055c53ae280c712afe94eab5b1355ede.zip |
fix build for tk-8.4.2
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tix/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tix/tix-8.2.0.ebuild | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/dev-tcltk/tix/ChangeLog b/dev-tcltk/tix/ChangeLog index db7f77ebb770..16865bca8746 100644 --- a/dev-tcltk/tix/ChangeLog +++ b/dev-tcltk/tix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tix # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.3 2003/02/12 15:09:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.4 2003/05/10 19:58:11 utx Exp $ + + 10 May 2003; Stanislav Brabec <sb@gentoo.org> tix-8.2.0.ebuild: + Removed obsolete fix_makefile (bug #20259) and removed dependency on + sed-4.0.5. Now should work with both tk-8.3.4-r1 and tk-8.4.*. *tix-8.2.0b1 (11 Oct 2002) diff --git a/dev-tcltk/tix/tix-8.2.0.ebuild b/dev-tcltk/tix/tix-8.2.0.ebuild index 64a60951a2e1..b8ea258a56e4 100644 --- a/dev-tcltk/tix/tix-8.2.0.ebuild +++ b/dev-tcltk/tix/tix-8.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0.ebuild,v 1.6 2003/03/27 10:21:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0.ebuild,v 1.7 2003/05/10 19:58:11 utx Exp $ IUSE="" @@ -15,13 +15,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc" DEPEND=">=sys-apps/portage-2.0.47-r10 - >=sys-apps/sed-4.0.5 dev-lang/tk" -fix_makefile() { - sed -i "s:$1:$2:" ${S}/Makefile -} - src_unpack() { unpack ${A} cd ${S}/.. @@ -38,7 +33,6 @@ src_compile() { --enable-shared || die "./configure failed" ebegin "Fixing the Makefile..." - fix_makefile "\$(TK_SRC_DIR)" "/usr/lib/tk8.3/include" eend $? make || die |