diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-01 13:14:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-01 13:14:49 +0000 |
commit | 02d326d93b6f23b154fb356c09096270077578d0 (patch) | |
tree | 7664dedbb847367bf098c900723042fde055b3ba /dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild | |
parent | Remove zlib version check which breaks at every minor/micro bump in zlib, by ... (diff) | |
download | historical-02d326d93b6f23b154fb356c09096270077578d0.tar.gz historical-02d326d93b6f23b154fb356c09096270077578d0.tar.bz2 historical-02d326d93b6f23b154fb356c09096270077578d0.zip |
run elibtoolize for sane .so versionning on g/fbsd
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild')
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild b/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild index a2bbc1bf2319..1f72061c737f 100644 --- a/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild,v 1.1 2012/07/26 11:34:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild,v 1.2 2012/08/01 13:11:51 aballier Exp $ EAPI=4 -inherit texlive-common eutils +inherit texlive-common eutils libtool TEXMFD_VERSION="4" @@ -38,6 +38,11 @@ for i in ${EXTRA_TL_DOC_MODULES} ; do done SRC_URI="${SRC_URI} ) " +src_prepare() { + cd "${WORKDIR}/texlive-${PV#*_p}-source" + S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so versionning on gfbsd +} + src_configure() { # Too many regexps use A-Z a-z constructs, what causes problems with locales # that don't have the same alphabetical order than ascii. Bug #347798 |