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

(-)kde.eclass (-2 / +6 lines)
Lines 7-13 Link Here
7
# Revisions Caleb Tennis <caleb@gentoo.org>
7
# Revisions Caleb Tennis <caleb@gentoo.org>
8
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
8
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
9
9
10
inherit base kde-functions
10
inherit base eutils kde-functions
11
ECLASS=kde
11
ECLASS=kde
12
INHERITED="$INHERITED $ECLASS"
12
INHERITED="$INHERITED $ECLASS"
13
DESCRIPTION="Based on the $ECLASS eclass"
13
DESCRIPTION="Based on the $ECLASS eclass"
Lines 117-123 Link Here
117
				export KDEDIRS="${PREFIX}:${KDEDIR}"
117
				export KDEDIRS="${PREFIX}:${KDEDIR}"
118
118
119
				cd $S
119
				cd $S
120
				./configure ${myconf} || die "died running ./configure, $FUNCNAME:configure"
120
				./configure \
121
					${myconf} \
122
					--libdir="\${exec_prefix}/$(get_libdir)" \
123
					|| die "died running ./configure, $FUNCNAME:configure"
124
					
121
				# Seems ./configure add -O2 by default but hppa don't want that but we need -ffunction-sections
125
				# Seems ./configure add -O2 by default but hppa don't want that but we need -ffunction-sections
122
				if [ "${ARCH}" = "hppa" ]
126
				if [ "${ARCH}" = "hppa" ]
123
				then
127
				then

Return to bug 62667