CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/07/11 13:06:32
Modified files:
net/libmaxminddb: Makefile
Removed files:
net/libmaxminddb/patches: patch-include_maxminddb_h
patch-src_maxminddb_c
Log message:
The combination of -fms-extensions -std=c99 means libmaxminddb couldn't
be built with base GCC, so the library and headers were patched. This
worked when the only consumer was the mmdblookup bundled tool. However,
this is causing issues with new consumers.
Instead of patching all consumers, stop modifying the library and header
file, and switch to using COMPILER directives instead, as it builds fine
with base-clang and ports-gcc.
OK jca@