summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-10-13 16:59:41 +0000
committerPeter Volkov <pva@gentoo.org>2011-10-13 16:59:41 +0000
commit819639959a254b947c237ca3fa63e64637f9eae6 (patch)
treee3aaadddc9adcf78b715a292b5f4dc3a60841a08 /media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild
parentVersion bump. (diff)
downloadhistorical-819639959a254b947c237ca3fa63e64637f9eae6.tar.gz
historical-819639959a254b947c237ca3fa63e64637f9eae6.tar.bz2
historical-819639959a254b947c237ca3fa63e64637f9eae6.zip
Add static-libs USE flag, bug #378313 thank Thomas Capricelli for report.
Package-Manager: portage-2.1.10.27/cvs/Linux x86_64
Diffstat (limited to 'media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild')
-rw-r--r--media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild b/media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild
index 5f06c71f620f..5bfd876e6c23 100644
--- a/media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild,v 1.1 2011/09/09 15:09:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.8.0-r2.ebuild,v 1.2 2011/10/13 16:59:41 pva Exp $
-EAPI=4
+EAPI="4"
inherit autotools eutils libtool toolchain-funcs flag-o-matic
@@ -13,7 +13,7 @@ SRC_URI="http://fontconfig.org/release/${P}.tar.gz"
LICENSE="MIT"
SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc"
+IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the
# default and used by every distro. See bug #283191.
@@ -50,7 +50,7 @@ src_configure() {
replace-flags -march=* -DMARCH_CENSORED
fi
econf \
- --disable-static \
+ $(use_enable static-libs static) \
$(use_enable doc docs) \
$(use_enable doc docbook) \
--localstatedir=/var \