CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/03/17 04:37:25
Modified files:
textproc/tinyxml: Makefile
Added files:
textproc/tinyxml/patches: patch-Makefile patch-xmltest_cpp
Log message:
Hack through upstream's Makefile to build libtinyxml.so
Instead of a handrolled do-build that doesn't respect COMPILER,
resulting in a library built with base-g++ on sparc64 and friends.
That doesn't fly with other ports being built with C++11 and ports-gcc.
shared lib version major bump because of the resulting export changes on
base-gcc archs, no change with base-clang.
This should fix at least
http://build-failures.rhaalovely.net/sparc64/2020-03-08/games/pokerth.log
This also adds a dedicated test target and drops NO_TEST.