--- linuxwacom-0.6.9.ebuild-old 2005-09-24 11:59:36.956667864 +0200 +++ linuxwacom-0.6.9.ebuild 2005-09-24 11:57:54.523240112 +0200 @@ -76,7 +76,6 @@ if use amd64 ; then myconf="${myconf} --enable-xserver64" fi - myconf="${myconf} --with-xorg-sdk=/usr/$(get_libdir)/Server/ --with-xlib=/usr/$(get_libdir)" if use sdk; then myconf="${myconf} --enable-wacomdrv --enable-wacdump --enable-xsetwacom" @@ -92,7 +91,7 @@ cd ${S}/src sed -i -e "s:/include/extensions:/include:g" Makefile else - myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom" + myconf="${myconf} --disable-wacomdrv --enable-wacdump --enable-xsetwacom --without-xf86-sdk" econf ${myconf} || die "configure failed." fi cd ${S}