diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-23 11:40:32 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-24 22:15:10 -0300 |
commit | 30b76cda7d84b25df7a6a3323056986837c0c077 (patch) | |
tree | a3a22b7349076804d462dff03e3787d85fd81c02 /community/xbps/disable-Werror.patch | |
parent | b20dcba3c85ac8fff7ea390b6312301fdda6718b (diff) | |
download | aports-30b76cda7d84b25df7a6a3323056986837c0c077.tar.bz2 aports-30b76cda7d84b25df7a6a3323056986837c0c077.tar.xz |
community/xbps: upgrade to 0.55
Diffstat (limited to 'community/xbps/disable-Werror.patch')
-rw-r--r-- | community/xbps/disable-Werror.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/xbps/disable-Werror.patch b/community/xbps/disable-Werror.patch deleted file mode 100644 index a572b0580e..0000000000 --- a/community/xbps/disable-Werror.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configure b/configure -index 9bff5d5..cc5d2ce 100755 ---- a/configure -+++ b/configure -@@ -266,7 +266,7 @@ fi - # - # Check for some compiler warning flags. - # --for f in all extra error shadow "format=2" missing-prototypes \ -+for f in all extra shadow "format=2" missing-prototypes \ - missing-declarations nested-externs vla no-overlength-strings \ - unsafe-loop-optimizations undef sign-compare \ - missing-include-dirs old-style-definition \ |