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

(-)kde.eclass.ORG (-1 / +8 lines)
Lines 80-86 Link Here
80
		case $1 in
80
		case $1 in
81
			myconf)
81
			myconf)
82
				debug-print-section myconf
82
				debug-print-section myconf
83
				myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-x --enable-mitshm --with-xinerama --with-qt-dir=${QTDIR} --enable-mt"
83
84
				use xinerama && myconf="$myconf --with-xinerama"
85
				use ldap && myconf="$myconf --with-ldap=${ROOT}usr"
86
				use ssl && myconf="$myconf --with-ssl-dir=${ROOT}usr"
87
				use lesstif && myconf="$myconf --with-motif-includes=${ROOT}usr/X11R6/include/lesstif --with-motif-libraries=${ROOT}usr/X11R6/lib"
88
89
				myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-x --enable-mitshm --with-qt-dir=${QTDIR} --with-extra-includes=${ROOT}usr/include --with-extra-libs=${ROOT}usr/lib --enable-mt"
90
84
				# calculate dependencies separately from compiling, enables ccache to work on kde compiles
91
				# calculate dependencies separately from compiling, enables ccache to work on kde compiles
85
				[ -z "$UNSERMAKE" ] && myconf="$myconf --disable-dependency-tracking"
92
				[ -z "$UNSERMAKE" ] && myconf="$myconf --disable-dependency-tracking"
86
				if use debug ; then
93
				if use debug ; then

Return to bug 55853