summaryrefslogtreecommitdiff
path: root/dev-java/tijmp/files/tijmp-0.8-respect-javacflags.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-java/tijmp/files/tijmp-0.8-respect-javacflags.patch
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-java/tijmp/files/tijmp-0.8-respect-javacflags.patch')
-rw-r--r--dev-java/tijmp/files/tijmp-0.8-respect-javacflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-java/tijmp/files/tijmp-0.8-respect-javacflags.patch b/dev-java/tijmp/files/tijmp-0.8-respect-javacflags.patch
deleted file mode 100644
index 96902aedf4ec..000000000000
--- a/dev-java/tijmp/files/tijmp-0.8-respect-javacflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -18,7 +18,7 @@
- java_files := $(foreach dir,$(dirs),$(find_files))
- class_files := $(patsubst $(jdir)/%.java,%.class,$(java_files))
-
--JCFLAGS := -source 1.6 -encoding ISO-8859-1 -Xlint:unchecked -deprecation
-+JCFLAGS := $(JAVACFLAGS) -encoding ISO-8859-1 -Xlint:unchecked -deprecation
-
- # standard java compilation..
- JAVACOMPILE := $(JAVAC) $(JCFLAGS) -sourcepath $(jdir) -d $(top_builddir)