diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-15 17:08:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-15 17:08:03 +0000 |
commit | 56e3274959ee88a47f3495ff13b7bb049d17ebfc (patch) | |
tree | a6a7aa74759493522d211b911f901d39f452bab0 /media-libs/gd/gd-2.0.35-r3.ebuild | |
parent | Mirror the sources, #394797 (diff) | |
download | gentoo-2-56e3274959ee88a47f3495ff13b7bb049d17ebfc.tar.gz gentoo-2-56e3274959ee88a47f3495ff13b7bb049d17ebfc.tar.bz2 gentoo-2-56e3274959ee88a47f3495ff13b7bb049d17ebfc.zip |
Pass --without-x to avoid useless system -I/-L paths.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gd/gd-2.0.35-r3.ebuild')
-rw-r--r-- | media-libs/gd/gd-2.0.35-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/gd/gd-2.0.35-r3.ebuild b/media-libs/gd/gd-2.0.35-r3.ebuild index bb3f9fb36eca..fa2f41b59b66 100644 --- a/media-libs/gd/gd-2.0.35-r3.ebuild +++ b/media-libs/gd/gd-2.0.35-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.11 2011/12/15 16:52:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.12 2011/12/15 17:08:03 vapier Exp $ EAPI="2" @@ -40,7 +40,11 @@ src_prepare() { src_configure() { export ac_cv_lib_z_deflate=$(usex zlib) + # we aren't actually {en,dis}abling X here ... the configure + # script uses it just to add explicit -I/-L paths which we + # don't care about on Gentoo systems. econf \ + --without-x \ $(use_enable static-libs static) \ $(use_with fontconfig) \ $(use_with png) \ |