summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-01 13:11:51 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-01 13:11:51 +0000
commit438dd7c6f45d22d849c6e6512220ad720811bd0a (patch)
treea62da1eec9f2b27a6cc1aea3eed45b87d2fa1efd /dev-libs/kpathsea
parentRemove zlib version check which breaks at every minor/micro bump in zlib, by ... (diff)
downloadgentoo-2-438dd7c6f45d22d849c6e6512220ad720811bd0a.tar.gz
gentoo-2-438dd7c6f45d22d849c6e6512220ad720811bd0a.tar.bz2
gentoo-2-438dd7c6f45d22d849c6e6512220ad720811bd0a.zip
run elibtoolize for sane .so versionning on g/fbsd
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/kpathsea')
-rw-r--r--dev-libs/kpathsea/ChangeLog6
-rw-r--r--dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild9
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-libs/kpathsea/ChangeLog b/dev-libs/kpathsea/ChangeLog
index a996da8d28bd..eeb71be04e2d 100644
--- a/dev-libs/kpathsea/ChangeLog
+++ b/dev-libs/kpathsea/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/kpathsea
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.29 2012/07/26 11:34:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.30 2012/08/01 13:11:51 aballier Exp $
+
+ 01 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+ kpathsea-6.1.0_p20120701.ebuild:
+ run elibtoolize for sane .so versionning on g/fbsd
*kpathsea-6.1.0_p20120701 (26 Jul 2012)
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