diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-05 01:04:24 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-05 01:04:24 +0000 |
commit | f0341f76a31ba5558817309b6a6a9fb6fb22a7e3 (patch) | |
tree | 13b466222832fe743780efa375fa11b520cea5fb /media-libs/libwmf | |
parent | version bump (diff) | |
download | historical-f0341f76a31ba5558817309b6a6a9fb6fb22a7e3.tar.gz historical-f0341f76a31ba5558817309b6a6a9fb6fb22a7e3.tar.bz2 historical-f0341f76a31ba5558817309b6a6a9fb6fb22a7e3.zip |
forgot the libtool thing
Diffstat (limited to 'media-libs/libwmf')
-rw-r--r-- | media-libs/libwmf/libwmf-0.2.7-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/libwmf/libwmf-0.2.7-r1.ebuild b/media-libs/libwmf/libwmf-0.2.7-r1.ebuild index 669bea061b26..3e7954482472 100644 --- a/media-libs/libwmf/libwmf-0.2.7-r1.ebuild +++ b/media-libs/libwmf/libwmf-0.2.7-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.7-r1.ebuild,v 1.1 2003/03/05 00:29:31 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.7-r1.ebuild,v 1.2 2003/03/05 01:04:24 liquidx Exp $ + +inherit libtool IUSE="jpeg X" @@ -29,7 +31,8 @@ DEPEND=">=app-text/ghostscript-6.50 # plotutils are not really supported yet, so looks like that's it src_compile() { - + elibtoolize + use jpeg || myconf="${myconf} --with-jpeg=no" use X || myconf="${myconf} --with-x=no" |