Files
retrobsd/lib
vak 0c3fffb6f6 Merge pull request #56: Fix build for gcc >= 5.0.
gcc 5.0 defaults to -std=gnu11 meaning code which relies on implicit
ints will no longer compile. Passing -std=gnu89 restores the default
but causes problems because the system headers are written in gnu11.
Using -idirafter instead of -nostdinc resolves all problems and should
be compatible with old GCC versions (and clang).
2015-07-04 19:59:43 -07:00
..
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00