diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-09-24 07:55:48 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-09-24 07:55:48 +0000 |
commit | 5ea266e6cf21f3ac533cfa35b397c7b71c0c9343 (patch) | |
tree | 1cf5035cc44351c03ecc34604e3e7e37f2f56127 /media-libs/lcms | |
parent | use hexdump on raw data files (diff) | |
download | gentoo-2-5ea266e6cf21f3ac533cfa35b397c7b71c0c9343.tar.gz gentoo-2-5ea266e6cf21f3ac533cfa35b397c7b71c0c9343.tar.bz2 gentoo-2-5ea266e6cf21f3ac533cfa35b397c7b71c0c9343.zip |
Added some documentation on why ppc-macos does not do eautoreconf
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/lcms')
-rw-r--r-- | media-libs/lcms/lcms-1.14-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/lcms/lcms-1.14-r1.ebuild b/media-libs/lcms/lcms-1.14-r1.ebuild index a567983480d9..d8198a088024 100644 --- a/media-libs/lcms/lcms-1.14-r1.ebuild +++ b/media-libs/lcms/lcms-1.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.14-r1.ebuild,v 1.3 2005/09/24 07:16:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.14-r1.ebuild,v 1.4 2005/09/24 07:55:48 grobian Exp $ inherit libtool gnuconfig autotools @@ -31,7 +31,8 @@ src_unpack() { # fixes bug #98547 epatch ${FILESDIR}/lcms.i.diff - # fix build on amd64 + # fix build on amd64, conditional for ppc-macos because it lacks the + # proper automake version (1.7) use ppc-macos || eautoreconf || die "autoreconf failed" elibtoolize |