--- smage/trunk/core/libXaw/libXaw-1.0.7-r1.smage2 2010/05/03 12:01:30 372 +++ smage/trunk/core/libXaw/libXaw-1.0.7-r1.smage2 2010/05/03 12:06:38 373 @@ -28,6 +28,7 @@ cd ${SRCDIR} # only need xaw6 for the ica-client - xorg_src_configure --disable-xaw8 --disable-xaw7 || die + # ica-client >= 10 needs xaw7! + xorg_src_configure --disable-xaw8 --enable-xaw7 || die mmake || die }