summaryrefslogtreecommitdiff
path: root/www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /www-servers/tomcat/files/tomcat-9.0.37-fix-build-rewrite.patch
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
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>