| Summary: | x11-wm/icewm-1.3.8 reboot/shutdown command not working | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | tpeland |
| Component: | Current packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | Keywords: | PATCH |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=524458 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
fix the shutdown/reboot problem in icewm-1.3.8
icewm-1.3.8-r1.ebuild |
||
|
Description
tpeland
2014-10-20 05:58:27 UTC
Created attachment 387014 [details]
icewm-1.3.8-r1.ebuild
Comment on attachment 387014 [details] icewm-1.3.8-r1.ebuild --- icewm-1.3.8.ebuild +++ icewm-1.3.8.ebuild @@ -82,6 +82,9 @@ # Fix bug #486710 use uclibc && epatch "${FILESDIR}/${P}-uclibc.patch" + # Fix bug http://sourceforge.net/p/icewm/bugs/911/ + epatch "${FILESDIR}"/${PN}-1.3.8-shutdown-reboot-command.patch + eautoreconf } icewm-1.3.x is long gone. Please file a new bug against recent icewm versions if this is still an issue. |