mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
By slapping -std=gnu17 on it. And fortran option to remove underscore insertion in function names. Patched relevant files to remove function name defines that fixed name incompatibility (due to underscores) but also caused implicit declaration errors. Re-wrote makefiles - they were written like the author was lacking tab key and worked around that. Now it finally stops on error, and not when next job fails with bad dependencies. Found and changed homepage to new URL. Was unable to remove `which` - how do you do that in C shell? It's not POSIX, lacks `command` build-in. Closes: https://bugs.gentoo.org/944746 Closes: https://bugs.gentoo.org/886609 Closes: https://bugs.gentoo.org/875236 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/41093 Signed-off-by: Sam James <sam@gentoo.org>