summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-02 01:55:06 +0200
committerMatt Turner <mattst88@gentoo.org>2021-05-02 11:24:46 -0400
commit33f966284a91a86c59380983be85a2b78de670e7 (patch)
tree7e5a606bc917bb0560e7c13ba86db8a1744fd9b3 /x11-libs/libICE/libICE-1.0.10.ebuild
parentx11-libs/libFS: Define XORG_CONFIGURE_OPTIONS in src_configure (diff)
downloadgentoo-33f966284a91a86c59380983be85a2b78de670e7.tar.gz
gentoo-33f966284a91a86c59380983be85a2b78de670e7.tar.bz2
gentoo-33f966284a91a86c59380983be85a2b78de670e7.zip
x11-libs/libICE: Define XORG_CONFIGURE_OPTIONS in src_configure
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libICE/libICE-1.0.10.ebuild')
-rw-r--r--x11-libs/libICE/libICE-1.0.10.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libICE/libICE-1.0.10.ebuild b/x11-libs/libICE/libICE-1.0.10.ebuild
index 6b3d3f96ab55..562ebccf2e77 100644
--- a/x11-libs/libICE/libICE-1.0.10.ebuild
+++ b/x11-libs/libICE/libICE-1.0.10.ebuild
@@ -16,11 +16,12 @@ DEPEND="x11-base/xorg-proto
RDEPEND="${DEPEND}
elibc_glibc? ( dev-libs/libbsd )"
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
--disable-docs
--disable-specs
--without-fop
)
+ xorg-3_src_configure
}