File jffi-fix-dependencies-in-build-xml.patch of Package jffi
diff -up jffi-jffi-1.3.11/build.xml.p00 jffi-jffi-1.3.11/build.xml
--- jffi-jffi-1.3.11/build.xml.p00 2023-04-16 04:58:00.554135635 +0300
+++ jffi-jffi-1.3.11/build.xml 2023-04-16 05:00:58.276337651 +0300
@@ -178,8 +178,8 @@
<classpath>
<pathelement location="${build.classes.dir}"/>
<pathelement location="${build.test.dir}/classes"/>
- <pathelement location="lib/junit_4/junit-4.11.jar"/>
- <pathelement location="lib/junit_4/hamcrest-core-1.3.jar"/>
+ <pathelement location="lib/junit.jar"/>
+ <pathelement location="lib/hamcrest_core.jar"/>
</classpath>
<sysproperty key="java.library.path" value="${build.native.dir}"/>
@@ -241,8 +241,8 @@
<classpath>
<pathelement location="${build.classes.dir}"/>
<pathelement location="${build.test.dir}/classes"/>
- <pathelement location="lib/junit_4/junit-4.11.jar"/>
- <pathelement location="lib/junit_4/hamcrest-core-1.3.jar"/>
+ <pathelement location="lib/junit.jar"/>
+ <pathelement location="lib/hamcrest_core.jar"/>
</classpath>
<sysproperty key="java.library.path" value="${build.native.dir}"/>
<formatter type="plain" usefile="false"/>