summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:24:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:24:46 +0000
commit728466f23da949a44b75462a22bd4a0041a3c2a5 (patch)
tree3ad97d05d4e8c703b045d6a5895d4075fae87095 /app-text/djvu
parentBump to version 2.6.20_rc3-r3 (diff)
downloadgentoo-2-728466f23da949a44b75462a22bd4a0041a3c2a5.tar.gz
gentoo-2-728466f23da949a44b75462a22bd4a0041a3c2a5.tar.bz2
gentoo-2-728466f23da949a44b75462a22bd4a0041a3c2a5.zip
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'app-text/djvu')
-rw-r--r--app-text/djvu/ChangeLog7
-rw-r--r--app-text/djvu/djvu-3.5.17.ebuild15
2 files changed, 13 insertions, 9 deletions
diff --git a/app-text/djvu/ChangeLog b/app-text/djvu/ChangeLog
index 6620d4d61e66..89edb2abfe91 100644
--- a/app-text/djvu/ChangeLog
+++ b/app-text/djvu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/djvu
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.54 2006/12/08 23:03:12 drizzt Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.55 2007/01/04 14:24:46 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> djvu-3.5.17.ebuild:
+ Fix broken autotools handling.
08 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> djvu-3.5.17.ebuild:
Add ~x86-fbsd keyword
diff --git a/app-text/djvu/djvu-3.5.17.ebuild b/app-text/djvu/djvu-3.5.17.ebuild
index 522c4f0af584..28d0b81ef770 100644
--- a/app-text/djvu/djvu-3.5.17.ebuild
+++ b/app-text/djvu/djvu-3.5.17.ebuild
@@ -1,8 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.17.ebuild,v 1.16 2006/12/08 23:03:12 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.17.ebuild,v 1.17 2007/01/04 14:24:46 flameeyes Exp $
-inherit nsplugins flag-o-matic fdo-mime eutils multilib toolchain-funcs
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+
+inherit nsplugins flag-o-matic fdo-mime eutils multilib toolchain-funcs autotools
MY_P="${PN}libre-${PV}"
@@ -40,13 +43,11 @@ src_unpack() {
# Replace autochecking acdesktop.m4 with a gentoo-specific one
cp "${FILESDIR}/gentoo-acdesktop.m4" "${S}/gui/desktop/acdesktop.m4"
- aclocal -I config -I gui/desktop || die "aclocal failed"
- autoconf || die "autoconf failed"
- libtoolize --copy --force
+ AT_M4DIR="config gui/desktop" eautoreconf
}
src_compile() {
- # assembler problems and hence non-building with pentium4
+ # assembler problems and hence non-building with pentium4
# <obz@gentoo.org>
replace-flags -march=pentium4 -march=pentium3