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

Collapse All | Expand All

(-)gaim-2.0.0_beta3.ebuild (-3 / +3 lines)
Lines 139-147 Link Here
139
	use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas"
139
	use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas"
140
	use nls  || myconf="${myconf} --disable-nls"
140
	use nls  || myconf="${myconf} --disable-nls"
141
	use perl || myconf="${myconf} --disable-perl"
141
	use perl || myconf="${myconf} --disable-perl"
142
	if use ! silc ; then
142
	if use silc ; then
143
		myconf="${myconf} --with-silc-includes=."
143
		myconf="${myconf} --with-silc-includes=/usr/include/silc-toolkit"
144
		myconf="${myconf} --with-silc-libs=."
144
		myconf="${myconf} --with-silc-libs=/usr/$(get_libdir)/silc-toolkit"
145
	fi
145
	fi
146
	use spell || myconf="${myconf} --disable-gtkspell"
146
	use spell || myconf="${myconf} --disable-gtkspell"
147
	use startup-notification || myconf="${myconf} --disable-startup-notification"
147
	use startup-notification || myconf="${myconf} --disable-startup-notification"

Return to bug 133644