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 | ce5cb710306826576b44907cb378c81b13ff0407 (patch) | |
tree | d04ce6e51a135ad7abbc5cf25fa0626c1cba30ad /media-libs/gd/gd-2.0.35-r3.ebuild | |
parent | Mirror the sources, #394797 (diff) | |
download | historical-ce5cb710306826576b44907cb378c81b13ff0407.tar.gz historical-ce5cb710306826576b44907cb378c81b13ff0407.tar.bz2 historical-ce5cb710306826576b44907cb378c81b13ff0407.zip |
Pass --without-x to avoid useless system -I/-L paths.
Package-Manager: portage-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) \ |