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

(-)a/gnustep-base/gnustep-make/gnustep-make-2.6.6.ebuild (-1 / +2 lines)
Lines 79-85 src_configure() { Link Here
79
		--with-config-file="${EPREFIX}"/etc/GNUstep/GNUstep.conf \
79
		--with-config-file="${EPREFIX}"/etc/GNUstep/GNUstep.conf \
80
		--with-objc-lib-flag=-l:${libobjc_version} \
80
		--with-objc-lib-flag=-l:${libobjc_version} \
81
		$(use_enable libobjc2 objc-nonfragile-abi) \
81
		$(use_enable libobjc2 objc-nonfragile-abi) \
82
		$(use_enable native-exceptions native-objc-exceptions)
82
		$(use_enable native-exceptions native-objc-exceptions) \
83
		INSTALL=install
83
}
84
}
84
85
85
src_compile() {
86
src_compile() {

Return to bug 532196