summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-11-12 08:26:30 +0000
committerJustin Lecher <jlec@gentoo.org>2014-11-12 08:26:30 +0000
commit647b1c758253373decfc7580f1dc57a1d0e78e20 (patch)
tree398f792bd3ebd7876dcf3ca19e823a09fa18aa52 /app-text/djvu/djvu-3.5.25.3.ebuild
parentFix order of eclass inheritance. (diff)
downloadgentoo-2-647b1c758253373decfc7580f1dc57a1d0e78e20.tar.gz
gentoo-2-647b1c758253373decfc7580f1dc57a1d0e78e20.tar.bz2
gentoo-2-647b1c758253373decfc7580f1dc57a1d0e78e20.zip
app-text/djvu: Add fix for newer libtool, #528638; thanks Maxim Mikityanskiy for the fix
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-text/djvu/djvu-3.5.25.3.ebuild')
-rw-r--r--app-text/djvu/djvu-3.5.25.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/djvu/djvu-3.5.25.3.ebuild b/app-text/djvu/djvu-3.5.25.3.ebuild
index 364d3b0c7691..a8b3f7aee3ed 100644
--- a/app-text/djvu/djvu-3.5.25.3.ebuild
+++ b/app-text/djvu/djvu-3.5.25.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.25.3.ebuild,v 1.16 2014/06/10 01:03:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.25.3.ebuild,v 1.17 2014/11/12 08:26:30 jlec Exp $
EAPI=5
inherit autotools eutils fdo-mime flag-o-matic
@@ -27,7 +27,7 @@ src_prepare() {
sed -i \
-e 's/AC_CXX_OPTIMIZE/OPTS=;AC_SUBST(OPTS)/' \
configure.ac || die #263688
- rm aclocal.m4 config/{libtool.m4,ltmain.sh,install-sh}
+ rm aclocal.m4 config/{libtool.m4,ltmain.sh,install-sh,config.sub,config.guess,ltoptions.m4,ltversion.m4,lt~obsolete.m4}
# epatch "${FILESDIR}/${PN}-3.5.24-gcc46.patch"
AT_M4DIR="config" eautoreconf
}