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

(-)kvirc-3.0.0_beta2.ebuild.orig (-2 / +1 lines)
Lines 24-31 Link Here
24
24
25
[ -n "$DEBUG" ]		&& myconf="$myconf --with-debug-symbols"
25
[ -n "$DEBUG" ]		&& myconf="$myconf --with-debug-symbols"
26
[ "$ARCH" == "x86" ]	&& myconf="$myconf --with-ix86-asm"
26
[ "$ARCH" == "x86" ]	&& myconf="$myconf --with-ix86-asm"
27
use ipv6		&& myconf="$myconf --with-ipv6-support" \
27
use ipv6			|| myconf="$myconf --without-ipv6-support"
28
			|| myconf="$myconf --without-ipv6-support"
29
# arts support without kde support isn't liked by the configure script
28
# arts support without kde support isn't liked by the configure script
30
# possibly it could be made to work but i didn't want to spend time on it
29
# possibly it could be made to work but i didn't want to spend time on it
31
# also, explicitly passing --with-kde-support seems to break configure's logic, so just
30
# also, explicitly passing --with-kde-support seems to break configure's logic, so just

Return to bug 15954