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

Collapse All | Expand All

(-)kde.eclass (-1 / +5 lines)
Lines 144-152 Link Here
144
					myconf="${myconf} --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib"
144
					myconf="${myconf} --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib"
145
				fi
145
				fi
146
146
147
				# Use libsuffix instead of libdir to keep kde happy
148
				if [ $(get_libdir) != "lib" ] ; then
149
					myconf="${myconf} --enable-libsuffix=$(get_libdir | sed s/lib//)"
150
				fi
151
147
				./configure \
152
				./configure \
148
					${myconf} \
153
					${myconf} \
149
					--libdir="\${exec_prefix}/$(get_libdir)" \
150
					|| die "died running ./configure, $FUNCNAME:configure"
154
					|| die "died running ./configure, $FUNCNAME:configure"
151
					
155
					
152
				# Seems ./configure add -O2 by default but hppa don't want that but we need -ffunction-sections
156
				# Seems ./configure add -O2 by default but hppa don't want that but we need -ffunction-sections

Return to bug 94872