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

Collapse All | Expand All

(-)libgii-0.9.0.ebuild (-1 / +2 lines)
Lines 11-17 Link Here
11
LICENSE="LGPL-2"
11
LICENSE="LGPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
14
IUSE="X"
14
IUSE="X static"
15
15
16
DEPEND="X? ( virtual/x11 )"
16
DEPEND="X? ( virtual/x11 )"
17
17
Lines 26-31 Link Here
26
	local myconf
26
	local myconf
27
27
28
	use X || myconf="--without-x --disable-x --disable-xwin"
28
	use X || myconf="--without-x --disable-x --disable-xwin"
29
	myconf="${myconf} --enable-static"
29
30
30
	# Fixes bug 87021
31
	# Fixes bug 87021
31
	filter-flags -fPIC
32
	filter-flags -fPIC

Return to bug 88055