summaryrefslogtreecommitdiff
path: root/package/classpath/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-09 01:09:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-09 01:09:20 +0200
commit7626af0b8aeb6ec098c772b5400141b12b36e91a (patch)
tree40cda1e3d4833c566a6d7fda7a559d357ad242f4 /package/classpath/patches
parent496ad14c2b8e2deab8c561d191c7d4563d2aeec0 (diff)
drop support for non-Linux hosts
Diffstat (limited to 'package/classpath/patches')
-rw-r--r--package/classpath/patches/classpath-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/classpath/patches/classpath-fix.patch b/package/classpath/patches/classpath-fix.patch
deleted file mode 100644
index 80fef0f35..000000000
--- a/package/classpath/patches/classpath-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur classpath-0.98.orig//lib/Makefile.in classpath-0.98/lib/Makefile.in
---- classpath-0.99.orig/lib/Makefile.in 2012-03-09 00:54:14.000000000 +0100
-+++ classpath-0.99/lib/Makefile.in 2014-08-24 21:21:19.000000000 +0200
-@@ -305,7 +305,7 @@ top_srcdir = @top_srcdir@
- uudecode = @uudecode@
- vm_classes = @vm_classes@
- JAVA_DEPEND = java.dep
--compile_classpath = $(vm_classes):$(top_srcdir):$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:$(top_srcdir)/external/relaxngDatatype:$(top_srcdir)/external/jsr166:.:$(PATH_TO_GLIBJ_ZIP):$(PATH_TO_ESCHER)
-+compile_classpath = $(vm_classes) -cp $(top_srcdir) -cp $(top_srcdir)/external/w3c_dom -cp $(top_srcdir)/external/sax -cp $(top_srcdir)/external/relaxngDatatype -cp $(top_srcdir)/external/jsr166 -cp . -cp $(PATH_TO_GLIBJ_ZIP) -cp $(PATH_TO_ESCHER)
- @GCJ_JAVAC_FALSE@JCOMPILER = $(JAVAC) $(JAVACFLAGS) $(JAVAC_MEM_OPT) -source 1.5 -target 1.5 -bootclasspath '' -classpath $(compile_classpath) -d . @classes
-
- # handling source to bytecode compiler programs like gcj, jikes and kjc