CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/02/18 13:50:25
Modified files:
devel/jsoncpp : Makefile
devel/jsoncpp/patches: patch-include_json_value_h
Added files:
devel/jsoncpp/patches: patch-include_json_config_h
Log message:
Restore support for pre-C++11 compilers
jsoncpp-1.8.4 introduced a requirement on C++11 in its installed
headers, breaking for eg cmake on non-clang architectures. Instead of
forcing consumers to use ports-gcc or ports-clang on those
architectures, backport an #ifdef fix from upstream.
Reported by at least landry@, upstream fix pointed out by rsadowski@,
ok rsadowski@