|
|
use tcltk || myopts="${myopts} --without-tk" | use tcltk || myopts="${myopts} --without-tk" |
use Xaw3d || myopts="${myopts} --without-xaw3d" | use Xaw3d || myopts="${myopts} --without-xaw3d" |
use atlas && myopts="${myopts} --with-atlas-library=/usr/lib" | use atlas && myopts="${myopts} --with-atlas-library=/usr/lib" |
use gtk2 && myopts="${myopts} --with-gtk2" || \ |
if use gtk; then |
use gtk && myopts="${myopts} --with-gtk" |
use gtk2 && myopts="${myopts} --with-gtk2" || \ |
|
myopts="${myopts} --with-gtk" |
|
fi |
| |
econf ${myopts} || die | econf ${myopts} || die |
env HOME=${S} make all || die | env HOME=${S} make all || die |