java/openjdk23: Delete patch for fontmanager/freetypeScaler.c
The patch causes a load failure when trying to load graphical java
programs, because it created a hard dependency on libfontconfig.so from
libfontmanager.so. This should be handled by the JDK itself by
dynamically loading fontconfig if it's needed.
PR: 284503
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48806
(cherry picked from commit 3f02459fe6b2806af3a53070c7dc54b455314cc2)