diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-27 12:19:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-27 16:52:02 +0000 |
commit | fc76db06bd007b1e1c6bddc07d2ee1a0ea5d1a70 (patch) | |
tree | b3629372869c839d769df0d0345a37f78df5cffc /main/zoneminder/gcc6.patch | |
parent | fa6f5015bac70e99e140a595146f32d08f7cb02e (diff) | |
download | aports-fc76db06bd007b1e1c6bddc07d2ee1a0ea5d1a70.tar.bz2 aports-fc76db06bd007b1e1c6bddc07d2ee1a0ea5d1a70.tar.xz |
main/zoneminder: fix build with gcc6
Diffstat (limited to 'main/zoneminder/gcc6.patch')
-rw-r--r-- | main/zoneminder/gcc6.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/zoneminder/gcc6.patch b/main/zoneminder/gcc6.patch new file mode 100644 index 0000000000..9864f165e7 --- /dev/null +++ b/main/zoneminder/gcc6.patch @@ -0,0 +1,11 @@ +--- ./src/zm_rtp_ctrl.h.orig ++++ ./src/zm_rtp_ctrl.h +@@ -123,7 +123,7 @@ + } sdes; + + // BYE +- struct Bye ++ struct + { + uint32_t srcN[]; // list of sources + // can't express trailing text for reason (what does this mean? it's not even english!) |