libartnet: Fix compilation with GCC8 8908/head
authorRosen Penev <rosenp@gmail.com>
Sun, 5 May 2019 22:30:07 +0000 (15:30 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 5 May 2019 23:02:10 +0000 (16:02 -0700)
commitfac6f0e0a5a6f419ffef2e2add78366233139304
treecdd15eebd3a4e5554113867107799826719afdc8
parent5e28ab3effb4ebbaf5e324880af230b62267d0d9
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>
libs/libartnet/Makefile
libs/libartnet/patches/002-gcc7.patch