Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349627
Collapse All | Expand All

(-)a/dev-libs/glib/glib-2.26.1-r1.ebuild (-1 / +10 lines)
Lines 17-23 IUSE="debug doc fam +introspection selinux +static-libs test xattr" Link Here
17
RDEPEND="virtual/libiconv
17
RDEPEND="virtual/libiconv
18
	sys-libs/zlib
18
	sys-libs/zlib
19
	xattr? ( sys-apps/attr )
19
	xattr? ( sys-apps/attr )
20
	fam? ( virtual/fam )"
20
	fam? ( virtual/fam )
21
	debug? (
22
		kernel_linux? ( dev-util/systemtap )
23
	)"
21
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
22
	>=dev-util/pkgconfig-0.16
25
	>=dev-util/pkgconfig-0.16
23
	>=sys-devel/gettext-0.11
26
	>=sys-devel/gettext-0.11
Lines 113-118 src_configure() { Link Here
113
	# disable-visibility needed for reference debug, bug #274647
116
	# disable-visibility needed for reference debug, bug #274647
114
	use debug && myconf="--enable-debug --disable-visibility"
117
	use debug && myconf="--enable-debug --disable-visibility"
115
118
119
	if use kernel_linux; then
120
		myconf="${myconf} $(use_enable debug systemtap)"
121
	elif use kernel_FreeBSD; then
122
		myconf="${myconf} $(use_enable debug dtrace)"
123
	fi
124
116
	# Always use internal libpcre, bug #254659
125
	# Always use internal libpcre, bug #254659
117
	econf ${myconf} \
126
	econf ${myconf} \
118
		  $(use_enable xattr) \
127
		  $(use_enable xattr) \

Return to bug 349627