Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
lsdldoom 1.4.4.4 could not be compiled. in source code are sequences (for example): switch (x) { case x: action(); default: } but gcc not work with labels at end of compound statement. it must be for example: switch (x) { case x: action(); default: break; } this work. in source code is this in many places, it is needed patch it. gcc 3.4.3 Reproducible: Always Steps to Reproduce: 1.ACCEPT_KEYWORDS="~x86" globaly 2.emerge lsdldoom 3.
fixed that and other errors in the ebuild / package thanks