Skip to content

Commit

Permalink
x11-libs/libXfont2: Define XORG_CONFIGURE_OPTIONS in src_configure
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
SoapGentoo authored and mattst88 committed May 2, 2021
1 parent 98760be commit 555523e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions x11-libs/libXfont2/libXfont2-2.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/xtrans"

pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
$(use_enable doc devel-docs)
$(use_with doc xmlto)
$(use_with bzip2)
$(use_enable truetype freetype)
--without-fop
)
xorg-3_src_configure
}
7 changes: 4 additions & 3 deletions x11-libs/libXfont2/libXfont2-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -21,13 +21,14 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/xtrans"

pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
$(use_enable doc devel-docs)
$(use_with doc xmlto)
$(use_with bzip2)
$(use_enable truetype freetype)
--without-fop
)
xorg-3_src_configure
}

0 comments on commit 555523e

Please sign in to comment.