summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-07-15 09:44:17 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-07-15 09:44:17 +0000
commit2318094606fc00df442ca977243ec07497bfcdf1 (patch)
tree1085f18274d7f21829803008f0a230aed2b8c04a /dev-tex/bibtexu
parentfix build with kpathsea from texlive 2015 (diff)
downloadgentoo-2-2318094606fc00df442ca977243ec07497bfcdf1.tar.gz
gentoo-2-2318094606fc00df442ca977243ec07497bfcdf1.tar.bz2
gentoo-2-2318094606fc00df442ca977243ec07497bfcdf1.zip
fix build with kpathsea from texlive 2015
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex/bibtexu')
-rw-r--r--dev-tex/bibtexu/ChangeLog6
-rw-r--r--dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-tex/bibtexu/ChangeLog b/dev-tex/bibtexu/ChangeLog
index 83305a7a2349..7968585e882d 100644
--- a/dev-tex/bibtexu/ChangeLog
+++ b/dev-tex/bibtexu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/bibtexu
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.49 2015/07/12 17:21:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.50 2015/07/15 09:44:17 aballier Exp $
+
+ 15 Jul 2015; Alexis Ballier <aballier@gentoo.org>
+ bibtexu-3.71_p20140525.ebuild:
+ fix build with kpathsea from texlive 2015
12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> bibtexu-3.71_p20140525.ebuild:
x86 stable wrt bug #550840
diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild
index 48d251c63e2f..37605daa7207 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild,v 1.3 2015/07/12 17:21:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild,v 1.4 2015/07/15 09:44:17 aballier Exp $
EAPI=5
+inherit flag-o-matic toolchain-funcs
+
DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity"
HOMEPAGE="http://tug.org/texlive/"
SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
@@ -36,6 +38,7 @@ done
SRC_URI="${SRC_URI} ) "
src_configure() {
+ has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
econf \
--with-system-kpathsea \
--with-system-icu