summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
authorBrian Bidulock2019-07-26 13:45:44 -0600
committerBrian Bidulock2019-07-26 13:45:44 -0600
commit4d67bd6a10253dcc952ee7634015242f5848fce3 (patch)
tree96fbac09ff5fa009b8c1a9f733d84fb8e235e75b /Makefile.patch
parent973a9eff819a73a2df40686b16d699f146bfa39a (diff)
downloadaur-4d67bd6a10253dcc952ee7634015242f5848fce3.tar.gz
build with current openssl
Diffstat (limited to 'Makefile.patch')
-rw-r--r--Makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.patch b/Makefile.patch
new file mode 100644
index 000000000000..dea3eca23b97
--- /dev/null
+++ b/Makefile.patch
@@ -0,0 +1,11 @@
+diff -aur ultraftp.orig/Makefile ultraftp/Makefile
+--- ultraftp.orig/Makefile 2019-06-19 18:37:41.913323155 +0200
++++ ultraftp/Makefile 2019-06-19 18:37:47.759989787 +0200
+@@ -3,7 +3,6 @@
+ SOURCES = $(shell echo *.java)
+ CLASSES = $(SOURCES:%.java=%.class)
+ ARCHIVE = ultraftp.jar
+-JC_ARGS = -target 1.4 -source 1.4
+
+ all: $(CLASSES) $(ARCHIVE)
+