libartnet: Fix compilation with GCC8
authorRosen Penev <rosenp@gmail.com>
Sun, 5 May 2019 22:30:07 +0000 (15:30 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 23 Jul 2019 03:27:56 +0000 (20:27 -0700)
commit59f7eb5e1f2aeb9bac44844b080088c5dd680d1f
tree974de18d8468b9a882488756e6f0b1867ec05d7e
parente00521bc7651f1494f29f9eba68721cb1064d2b3
libartnet: Fix compilation with GCC8

Previous GCC7 fix was incorrect and GCC8 correctly complains about it.
Fix it properly.

Also cleaned up the Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from fac6f0e0a5a6f419ffef2e2add78366233139304)
libs/libartnet/Makefile
libs/libartnet/patches/002-gcc7.patch