summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-14 00:59:55 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-14 00:59:55 +0000
commit8cc86735e09f56c3c1dd3a567f048c1f4e473670 (patch)
tree36f19569783dc95a59011ee70d5dd7dac5bee035 /media-libs
parentfinish ChangeLog message (diff)
downloadhistorical-8cc86735e09f56c3c1dd3a567f048c1f4e473670.tar.gz
historical-8cc86735e09f56c3c1dd3a567f048c1f4e473670.tar.bz2
historical-8cc86735e09f56c3c1dd3a567f048c1f4e473670.zip
fix old stupid autotools #48783
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/imlib2_loaders/imlib2_loaders-1.1.1.20040501.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.1.1.20040501.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.1.1.20040501.ebuild
index bc57309b81bc..6b5ac88c19da 100644
--- a/media-libs/imlib2_loaders/imlib2_loaders-1.1.1.20040501.ebuild
+++ b/media-libs/imlib2_loaders/imlib2_loaders-1.1.1.20040501.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.1.1.20040501.ebuild,v 1.1 2004/05/02 06:35:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.1.1.20040501.ebuild,v 1.2 2004/05/14 00:59:55 vapier Exp $
EHACKAUTOGEN=YES
inherit enlightenment
@@ -19,5 +19,6 @@ src_compile() {
--enable-eet
--enable-edb
"
+ export WANT_AUTOMAKE=1.6 #48783
enlightenment_src_compile
}