Yet another update for flobopuyo ;)
This time it's an ebuild patch plus a makefile patch. The first one make sure
that CFLAGS and LDFLAGS settings are respected correctly, it changes the set of
CC and CXX to src_compile instead of src_unpack (as we need src_compile
anyway), then avoids rewriting LDFLAGS and CFLAGS from the Makefile (using the
big sed already present). Finally it makes opengl optional, conditional to
opengl useflag (currently it was not built, but it was depending on it), and
enabled only when user requires it.
The makefile patch instead makes sure that the libraries used for linking are
all at the end of the linking line, so that it doesn't fail with --as-needed.
HTH,
Diego
Thanks for the bug report and the patch. You know, if you play this game a
lot, you can take over maintainership of it. Simply add yourself to
metadata.xml as the maintainer and leave games as the herd. I'm sure we won't
mind.