mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
89cfabe525
* Allow build with openjdk7 PR: ports/173844 Submitted by: 4721@hushmail.com Approved by: loader <loader@freebsdmall.com> (maintainer)
11 lines
409 B
Plaintext
11 lines
409 B
Plaintext
--- plugins/linux/build.xml.orig
|
|
+++ plugins/linux/build.xml
|
|
@@ -56,6 +56,7 @@
|
|
<javah destdir="src/native">
|
|
<classpath>
|
|
<pathelement location="classes"/>
|
|
+ <pathelement location="../../coreAPI/bin/jinput-core.jar"/>
|
|
</classpath>
|
|
<class name="net.java.games.input.LinuxEventDevice"/>
|
|
<class name="net.java.games.input.LinuxJoystickDevice"/>
|