diff options
author | Mamoru Komachi <usata@gentoo.org> | 2006-08-01 15:06:37 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2006-08-01 15:06:37 +0000 |
commit | c8c5b6e07176a54770f9ec7265efd02e1a817633 (patch) | |
tree | 6464d63fc3a8119ba59b62bdbcf8c82c14444394 /app-text/chasen | |
parent | stable amd64 (diff) | |
download | gentoo-2-c8c5b6e07176a54770f9ec7265efd02e1a817633.tar.gz gentoo-2-c8c5b6e07176a54770f9ec7265efd02e1a817633.tar.bz2 gentoo-2-c8c5b6e07176a54770f9ec7265efd02e1a817633.zip |
Fix broken perl XS module for the first build.
(Portage version: 2.1-r1)
Diffstat (limited to 'app-text/chasen')
-rw-r--r-- | app-text/chasen/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/chasen/chasen-2.3.3-r3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/chasen/ChangeLog b/app-text/chasen/ChangeLog index 48511ec56b6f..d095f76fa956 100644 --- a/app-text/chasen/ChangeLog +++ b/app-text/chasen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/chasen # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.24 2006/07/10 05:28:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.25 2006/08/01 15:06:37 usata Exp $ + + 01 Aug 2006; Mamoru KOMACHI <usata@gentoo.org> chasen-2.3.3-r3.ebuild: + Fix broken perl XS module for the first build. 10 Jul 2006; Mamoru KOMACHI <usata@gentoo.org> chasen-2.3.3-r3.ebuild, -chasen-2.4.0_pre1.ebuild, chasen-2.4.0_pre1-r1.ebuild: diff --git a/app-text/chasen/chasen-2.3.3-r3.ebuild b/app-text/chasen/chasen-2.3.3-r3.ebuild index 0d5772cb1d52..6ebb86886b03 100644 --- a/app-text/chasen/chasen-2.3.3-r3.ebuild +++ b/app-text/chasen/chasen-2.3.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.10 2006/07/10 05:28:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.11 2006/08/01 15:06:37 usata Exp $ inherit perl-app eutils @@ -25,6 +25,7 @@ src_unpack() { if use perl ; then cd ${S}/perl sed -i -e '5a"LD" => "g++",' Makefile.PL || die + sed -i -e '/LIBS/s@\(-lchasen\)@-L../lib/.libs \1 -lstdc++@' Makefile.PL || die fi cd ${S} epatch ${FILESDIR}/chasen-2.4.0_pre1-gcc34.patch |