diff options
author | 2004-02-21 04:57:55 +0000 | |
---|---|---|
committer | 2004-02-21 04:57:55 +0000 | |
commit | 45bcae6baee4d3f82bddf472c6c449cee1655165 (patch) | |
tree | 8542e1543255f5164b6787f3bffa53ff45744ef0 /media-libs/imlib2_loaders | |
parent | ver bump #41305 (diff) | |
download | historical-45bcae6baee4d3f82bddf472c6c449cee1655165.tar.gz historical-45bcae6baee4d3f82bddf472c6c449cee1655165.tar.bz2 historical-45bcae6baee4d3f82bddf472c6c449cee1655165.zip |
fix libltdl compile
Diffstat (limited to 'media-libs/imlib2_loaders')
-rw-r--r-- | media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040214.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040214.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040214.ebuild index 010924070efe..649729acea5d 100644 --- a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040214.ebuild +++ b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040214.ebuild @@ -1,8 +1,9 @@ # 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.20040214.ebuild,v 1.1 2004/02/15 06:55:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040214.ebuild,v 1.2 2004/02/21 04:57:55 vapier Exp $ EHACKAUTOGEN=YES +EHACKLIBLTDL=YES inherit enlightenment DESCRIPTION="image loader plugins for Imlib 2" @@ -15,7 +16,6 @@ RDEPEND=">=media-libs/imlib2-1.1.0 >=dev-libs/eet-0.9.0.20031013" src_compile() { -# cd libltdl && env WANT_AUTOCONF=2.5 autoconf && cd .. export MY_ECONF=" --enable-eet --enable-edb |