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

(-)/usr/portage/dev-libs/glib/glib-2.34.3.ebuild (-1 / +5 lines)
Lines 137-142 src_configure() { Link Here
137
137
138
	local myconf
138
	local myconf
139
139
140
	case "${CHOST}" in
141
		*-mingw*)	myconf="${myconf} --with-threads=win32" ;;
142
		*)			myconf="${myconf} --with-threads=posix" ;;
143
	esac
144
140
	# Building with --disable-debug highly unrecommended.  It will build glib in
145
	# Building with --disable-debug highly unrecommended.  It will build glib in
141
	# an unusable form as it disables some commonly used API.  Please do not
146
	# an unusable form as it disables some commonly used API.  Please do not
142
	# convert this to the use_enable form, as it results in a broken build.
147
	# convert this to the use_enable form, as it results in a broken build.
Lines 164-170 src_configure() { Link Here
164
		$(use_enable systemtap systemtap) \
169
		$(use_enable systemtap systemtap) \
165
		--enable-man \
170
		--enable-man \
166
		--with-pcre=internal \
171
		--with-pcre=internal \
167
		--with-threads=posix \
168
		--with-xml-catalog="${EPREFIX}/etc/xml/catalog"
172
		--with-xml-catalog="${EPREFIX}/etc/xml/catalog"
169
}
173
}
170
174

Return to bug 472218