| Bug#: 24306 | Product: Gentoo Linux | Version: 1.4_rc4 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: hanno@gentoo.org | Reported By: cloos@jhcloos.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: wrong configure option in icewm 1.2.9 ebuild | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-07-11 13:42 0000 | |||
| Description: | Opened: 2003-07-11 13:42 0000 |
icewm-1.2.9.ebuild has:
use gnome \
&& myconf="${myconf} --with-gnome-menus" \
|| myconf="${myconf} --without-gnome-menus"
that should be:
use gnome \
&& myconf="${myconf} --enable-menus-gnome" \
|| myconf="${myconf} --disable-menus-gnome"
as verified by configure --help.
-JimC