--- kde.eclass.ORG 2004-07-01 22:25:51.563625000 -0700 +++ kde.eclass 2004-07-01 20:42:09.480930000 -0700 @@ -80,7 +80,14 @@ case $1 in myconf) debug-print-section myconf - myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-x --enable-mitshm --with-xinerama --with-qt-dir=${QTDIR} --enable-mt" + + use xinerama && myconf="$myconf --with-xinerama" + use ldap && myconf="$myconf --with-ldap=${ROOT}usr" + use ssl && myconf="$myconf --with-ssl-dir=${ROOT}usr" + use lesstif && myconf="$myconf --with-motif-includes=${ROOT}usr/X11R6/include/lesstif --with-motif-libraries=${ROOT}usr/X11R6/lib" + + 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" + # calculate dependencies separately from compiling, enables ccache to work on kde compiles [ -z "$UNSERMAKE" ] && myconf="$myconf --disable-dependency-tracking" if use debug ; then