summaryrefslogtreecommitdiff
path: root/java/openjdk11/files/patch-make_lib_Awt2dLibraries.gmk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk11: Add fontconfig supportDmitri Goutnik2020-07-021-0/+11
| | | | | PR: 247238 Approved by: java (glewis)
* . Update to 11.0.2.9.4Greg Lewis2019-03-291-77/+0
| | | | | | | . Sort LIB_DEPENDS and USE_XORG . Add a dependency in alsa-lib now that sound is supported on FreeBSD. . Don't disable dtrace now that it is supported on FreeBSD. . Less intrusive iconv change.
* Fixes for include path, jshell, and process issues.Greg Lewis2019-03-261-0/+77
* Put MD specific include files (e.g. jni_md.h) in a subdirectory named 'freebsd' rather than 'bsd'. [1] * Remove the necessity to always have /usr/local/include in the header paths and linker paths. This allows jshell to use the system iconv.h rather than the third party one and link correctly. [2] * Fix getting process commands and arguments on FreeBSD. * Bump PORTREVISION. All fixes need forward porting to openjdk12. PR: 236754 [1], 236759 [2] Submitted by: Kurt Miller [2]