CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/12/27 07:13:19
Modified files:
www/seamonkey : Makefile
Log message:
www/seamonkey: unbreak build with libcxx 16.0.6
pass CPPFLAGS=-Dalloc_hooks_h__ to make sure realloc isnt redefined in
extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h, because with
unified builds and <locale> headers inclusion that prefixes things with
std:: this leads to a c++ explosion.
joint work with/ok tb@
