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:49 -0400
commit1633ccfa8b59902d6baeaa7a49a471a382f7672d (patch)
tree9402b44ee2bab5b35751f4235c1f57d11d1e7bf5
parentx11-libs/libXi: Define XORG_CONFIGURE_OPTIONS in src_configure (diff)
downloadgentoo-1633ccfa8b59902d6baeaa7a49a471a382f7672d.tar.gz
gentoo-1633ccfa8b59902d6baeaa7a49a471a382f7672d.tar.bz2
gentoo-1633ccfa8b59902d6baeaa7a49a471a382f7672d.zip
x11-libs/libXmu: 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>
-rw-r--r--x11-libs/libXmu/libXmu-1.1.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libXmu/libXmu-1.1.3.ebuild b/x11-libs/libXmu/libXmu-1.1.3.ebuild
index 314d30206083..a6421846f98f 100644
--- a/x11-libs/libXmu/libXmu-1.1.3.ebuild
+++ b/x11-libs/libXmu/libXmu-1.1.3.ebuild
@@ -19,11 +19,12 @@ RDEPEND="
DEPEND="${RDEPEND}
x11-base/xorg-proto"
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
$(use_enable doc docs)
$(use_with doc xmlto)
--without-fop
)
+ xorg-3_src_configure
}