summaryrefslogtreecommitdiff
path: root/www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch')
-rw-r--r--www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch b/www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch
new file mode 100644
index 000000000000..7aa1e883f133
--- /dev/null
+++ b/www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch
@@ -0,0 +1,13 @@
+diff --git a/build.xml b/build.xml
+index 9ba357b..352e141 100644
+--- a/build.xml
++++ b/build.xml
+@@ -2716,7 +2716,7 @@ Read the Building page on the Apache Tomcat documentation site for details on ho
+ <bndfiles >
+ <pathelement location="${tomcat.bnd}/${filename}.tmp.bnd" ></pathelement>
+ </bndfiles>
+- <classpath path="${gentoo.classpath}" ></classpath></bnd>
++ </bnd>
+ <delete file="${jarfile}" ></delete>
+ <move file="${jarfile}.tmp" tofile="${jarfile}" ></move>
+ </target>