summaryrefslogtreecommitdiff
path: root/www-servers/tomcat/tomcat-9.0.73.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/tomcat/tomcat-9.0.73.ebuild')
-rw-r--r--www-servers/tomcat/tomcat-9.0.73.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/www-servers/tomcat/tomcat-9.0.73.ebuild b/www-servers/tomcat/tomcat-9.0.73.ebuild
index 106615a65169..3a87d1e05600 100644
--- a/www-servers/tomcat/tomcat-9.0.73.ebuild
+++ b/www-servers/tomcat/tomcat-9.0.73.ebuild
@@ -57,6 +57,7 @@ S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}/${PN}-9.0.50-insufficient-ecj.patch"
+ "${FILESDIR}/${PN}-9.0.72-build.xml.patch"
)
BND_HOME="${S}/tomcat-build-libs/bnd"
@@ -81,8 +82,6 @@ src_prepare() {
find -name '*.jar' -type f -delete -print || die
- eapply "${FILESDIR}/${PN}-9.0.72-build.xml.patch"
-
# For use of catalina.sh in netbeans
sed -i -e "/^# ----- Execute The Requested Command/ a\
CLASSPATH=\`java-config --with-dependencies --classpath ${PN}-${SLOT}\`" \