aboutsummaryrefslogtreecommitdiff
path: root/libs/libartnet/patches
Commit message (Collapse)AuthorAge
* libartnet: RemoveRosen Penev2019-11-02
| | | | | | | | | | This package fails compilation as it errors on a false strncpy length parameter under GCC9. This package is also unmaintained as well as dead upstream. Instead of keeping it on life support, kill it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libartnet: Fix compilation with GCC8Rosen Penev2019-05-05
| | | | | | | | | 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>
* libartnet: Fix compile with GCC7Rosen Penev2018-08-25
| | | | | | | error: memset' used with length equal to number of elements without multiplication by element size Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libartnet: new package addedMartijn Zilverschoon2014-12-01
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>