From 7670fc6b9bca0938df3a28f505ccf1a4e35a8ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 7 Jun 2018 15:19:20 +0000 Subject: patches/classpath/classpath-0.99.*.patch: via Redfoxmoon. --- patches/classpath/classpath-0.99.fix-alsa-compilation.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/classpath/classpath-0.99.fix-alsa-compilation.patch (limited to 'patches/classpath/classpath-0.99.fix-alsa-compilation.patch') diff --git a/patches/classpath/classpath-0.99.fix-alsa-compilation.patch b/patches/classpath/classpath-0.99.fix-alsa-compilation.patch new file mode 100644 index 00000000..a8d1026a --- /dev/null +++ b/patches/classpath/classpath-0.99.fix-alsa-compilation.patch @@ -0,0 +1,12 @@ +diff -ru classpath-0.99.orig/native/jni/midi-alsa/Makefile.am classpath-0.99/native/jni/midi-alsa/Makefile.am +--- classpath-0.99.orig/native/jni/midi-alsa/Makefile.am 2008-06-23 16:12:25.000000000 +0200 ++++ classpath-0.99/native/jni/midi-alsa/Makefile.am 2018-06-07 16:04:06.060732894 +0200 +@@ -4,7 +4,7 @@ + gnu_javax_sound_midi_alsa_AlsaPortDevice.c \ + gnu_javax_sound_midi_alsa_AlsaMidiDeviceProvider.c + +-libgjsmalsa_la_LIBADD = -lasound ++libgjsmalsa_la_LIBADD = -lasound $(top_srcdir)/native/jni/classpath/libclasspath.la + libgjsmalsa_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version + + AM_LDFLAGS = @CLASSPATH_MODULE@ -- cgit v1.2.3