Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 372395 | Differences between
and this patch

Collapse All | Expand All

(-)libXaw3d-1.6.ebuild (-2 / +9 lines)
Lines 4-15 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit xorg-2
7
inherit flag-o-matic xorg-2
8
8
9
DESCRIPTION="X.Org Xaw3d library"
9
DESCRIPTION="X.Org Xaw3d library"
10
10
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
12
IUSE=""
12
IUSE="unicode"
13
13
14
RDEPEND="x11-libs/libX11
14
RDEPEND="x11-libs/libX11
15
	x11-libs/libXext
15
	x11-libs/libXext
Lines 22-26 Link Here
22
	x11-proto/xproto"
22
	x11-proto/xproto"
23
23
24
pkg_setup() {
24
pkg_setup() {
25
	# This is required for --enable-internationalization to pass
26
	append-flags -Wno-error=pointer-to-int-cast
27
28
	XORG_CONFIGURE_OPTIONS=(
29
		$(use_enable unicode internationalization)
30
		)
31
25
	xorg-2_pkg_setup
32
	xorg-2_pkg_setup
26
}
33
}

Return to bug 372395