Subject: | FreeBSD 10 does not have gcc anymore |
Starting with version 10, FreeBSD does not ship anymore with gcc but with clang as the default C compiler. Therefore compilation of Alien-libtermkey fails, as src/Makefile has "gcc" hardcoded in a couple of rules. I think it's best to replace all occurrences of "gcc" with "cc". This fixes the compilation on FreeBSD 10, and I think this change shouldn't do a difference on gcc-based systems.
Regards,
Slaven