aboutsummaryrefslogtreecommitdiffstats
path: root/community/java-jna/disable-Werror.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-26 19:23:18 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-26 19:24:03 +0100
commitad39a2fe1c0ee0db2f817e3a38c3f09c279adab5 (patch)
tree161241bf8d9e8aaa6e866c1cd1bab6ec593e5420 /community/java-jna/disable-Werror.patch
parent597f5f192a27bc958f64521550395ee57c76126b (diff)
downloadaports-ad39a2fe1c0ee0db2f817e3a38c3f09c279adab5.tar.bz2
aports-ad39a2fe1c0ee0db2f817e3a38c3f09c279adab5.tar.xz
community/java-jna: upgrade to 5.5.0
Diffstat (limited to 'community/java-jna/disable-Werror.patch')
-rw-r--r--community/java-jna/disable-Werror.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/java-jna/disable-Werror.patch b/community/java-jna/disable-Werror.patch
deleted file mode 100644
index 70f42bc5ff..0000000000
--- a/community/java-jna/disable-Werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/native/Makefile
-+++ b/native/Makefile
-@@ -336,7 +336,7 @@
- ifeq ($(CC),gcc)
- GCC_MAJOR_VERSION = $(shell gcc -dumpversion | cut -f 1 -d '.')
- ifneq ($(GCC_MAJOR_VERSION),4)
-- LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable
-+ LOC_CC_OPTS=-Wno-unknown-warning-option -Wno-clobbered -Wno-unused-variable
- endif
- else
- LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable