CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/12/28 09:41:33
Modified files:
java/jlint : Makefile
java/jlint/patches: patch-method_desc_cc
Added files:
java/jlint/patches: patch-jlint_d
Log message:
jlint: avoid name collision with drem(3)
Newer libcxx pulls in math.h, causing a name collision. Following FreeBSD
move the local symbol to Jdrem. Either this works or no one is using this
port, probably both.
With the help of kurt
