aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hitch/disable-Werror.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-29 15:22:11 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-29 15:25:54 +0100
commitd3d7285e4762664282dd2ffa5cc0734312daea43 (patch)
tree31071a89e272a3c89bf0d42cfc37e9afb4750bcb /testing/hitch/disable-Werror.patch
parent41e180cf312bb3cc5926fffbbda67de7017d00bf (diff)
downloadaports-d3d7285e4762664282dd2ffa5cc0734312daea43.tar.bz2
aports-d3d7285e4762664282dd2ffa5cc0734312daea43.tar.xz
testing/hitch: upgrade to 1.5.1
Diffstat (limited to 'testing/hitch/disable-Werror.patch')
-rw-r--r--testing/hitch/disable-Werror.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/hitch/disable-Werror.patch b/testing/hitch/disable-Werror.patch
deleted file mode 100644
index 11ef3281b2..0000000000
--- a/testing/hitch/disable-Werror.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 1c05f74..08ba97e 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -73,8 +73,7 @@ hitch_CFLAGS = \
- $(AM_CFLAGS) \
- $(SSL_CFLAGS) \
- $(CRYPTO_CFLAGS) \
-- $(EV_CFLAGS) \
-- -Werror
-+ $(EV_CFLAGS)
-
- hitch_LDADD = \
- $(SSL_LIBS) \