diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:38:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:38:59 +0000 |
commit | 114fa91990bd7cb115ea571c39a0317bf2c04fe9 (patch) | |
tree | 771738c4465f6ad4f8b8959fe50847a3446b7f18 /media-libs/imlib2_loaders | |
parent | add a stl warning (diff) | |
download | historical-114fa91990bd7cb115ea571c39a0317bf2c04fe9.tar.gz historical-114fa91990bd7cb115ea571c39a0317bf2c04fe9.tar.bz2 historical-114fa91990bd7cb115ea571c39a0317bf2c04fe9.zip |
dont use old WANT_AUTOCONF #35111
Diffstat (limited to 'media-libs/imlib2_loaders')
-rw-r--r-- | media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20031225.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20031225.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20031225.ebuild index be9b26f9301e..e728ff4fc1c4 100644 --- a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20031225.ebuild +++ b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20031225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20031225.ebuild,v 1.1 2003/12/25 05:29:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20031225.ebuild,v 1.2 2004/01/26 00:35:06 vapier Exp $ inherit enlightenment flag-o-matic @@ -17,8 +17,8 @@ DEPEND="${DEPEND} src_compile() { cp autogen.sh{,.old} sed -e 's:.*configure.*::' autogen.sh.old > autogen.sh - env WANT_AUTOCONF_2_5=1 ./autogen.sh || die "could not autogen" - cd libltdl && env WANT_AUTOCONF_2_5=1 autoconf && cd .. + env WANT_AUTOCONF=2.5 ./autogen.sh || die "could not autogen" + cd libltdl && env WANT_AUTOCONF=2.5 autoconf && cd .. use alpha && append-flags '-fPIC' |