net-vpn/i2p: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31133
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2023-05-22 19:17:11 +02:00 committed by Conrad Kostecki
parent e91f9101e0
commit 2ffe425c17
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
diff --git a/apps/routerconsole/java/build.xml b/apps/routerconsole/java/build.xml
index 48f9245..2fba5e4 100644
--- a/apps/routerconsole/java/build.xml
+++ b/apps/routerconsole/java/build.xml
@@ -85,6 +85,7 @@
<!-- following jars only present for debian builds -->
<pathelement location="../../jetty/jettylib/tomcat-api.jar" />
<pathelement location="../../../core/java/build/json-simple.jar" />
+ <pathelement location="../../../core/java/build/gnu-getopt.jar" />
</classpath>
</javac>
</target>
diff --git a/router/java/build.xml b/router/java/build.xml
index 3449609..bcd9602 100644
--- a/router/java/build.xml
+++ b/router/java/build.xml
@@ -277,6 +277,7 @@
<pathelement location="${hamcrest.home}/hamcrest-all.jar" />
<pathelement location="${junit.home}/junit4.jar" />
<pathelement location="../../core/java/build/i2ptest.jar" />
+ <pathelement location="../../core/java/build/gnu-getopt.jar" />
</classpath>
<compilerarg line="${javac.compilerargs}" />
</javac>