CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/05/05 07:35:58
Modified files:
devel/jdk/11 : Makefile
devel/jdk/11/pkg: PLIST
Added files:
devel/jdk/11/patches: patch-make_lib_Lib-java_desktop_gmk
Log message:
Fix JVM crash when loading libjsound.so:
java:/usr/local/jdk-11/lib/libjsound.so: undefined symbol
'DAUDIO_GetDirectAudioDeviceCount'
ld.so: java: lazy binding failed!
The JVM does not currently have sound support on OpenBSD.
Change the way that libjsound is disabled to match aix which
also doesn't have sound support.
okay sthen@