diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-02 23:45:33 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-02 23:45:33 +0000 |
commit | 94e65c97734119270c9533a3a57efe62ad51d292 (patch) | |
tree | ae7cae36238e86e58147cccf68c6c7227fbb7221 /media-libs/t1lib | |
parent | really exchange it and clean up (diff) | |
download | gentoo-2-94e65c97734119270c9533a3a57efe62ad51d292.tar.gz gentoo-2-94e65c97734119270c9533a3a57efe62ad51d292.tar.bz2 gentoo-2-94e65c97734119270c9533a3a57efe62ad51d292.zip |
run elibtoolize to fix so versionning on fbsd and also the build.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/t1lib/t1lib-5.1.2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/t1lib/ChangeLog b/media-libs/t1lib/ChangeLog index d7c5dac150ef..95fd7a695261 100644 --- a/media-libs/t1lib/ChangeLog +++ b/media-libs/t1lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/t1lib # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.70 2008/05/24 00:41:21 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.71 2008/09/02 23:45:33 aballier Exp $ + + 02 Sep 2008; Alexis Ballier <aballier@gentoo.org> t1lib-5.1.2.ebuild: + run elibtoolize to fix so versionning on fbsd and also the build. 24 May 2008; Ryan Hill <dirtyepic@gentoo.org> t1lib-5.1.1.ebuild, t1lib-5.1.2.ebuild: diff --git a/media-libs/t1lib/t1lib-5.1.2.ebuild b/media-libs/t1lib/t1lib-5.1.2.ebuild index 3fc0205ef089..f846d7b89333 100644 --- a/media-libs/t1lib/t1lib-5.1.2.ebuild +++ b/media-libs/t1lib/t1lib-5.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.2.ebuild,v 1.2 2008/05/24 00:41:21 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.2.ebuild,v 1.3 2008/09/02 23:45:33 aballier Exp $ inherit eutils flag-o-matic libtool toolchain-funcs @@ -31,6 +31,8 @@ src_unpack() { sed -i -e "s:dvips:#dvips:" "${S}"/doc/Makefile.in sed -i -e "s:\./\(t1lib\.config\):/etc/t1lib/\1:" "${S}"/xglyph/xglyph.c + # Needed for sane .so versionning on fbsd. Please don't drop. + elibtoolize } src_compile() { |