Commits

Ryan Schmidt authored 1f3015ae703
libartnet: Update to 1.1.2
No tags

multimedia/libartnet/files/patch-artnet-Makefile.in.diff

Modified
1 ---- artnet/Makefile.in 2008-12-13 20:38:09.000000000 +0100
2 -+++ artnet/Makefile.in 2012-05-02 10:09:26.000000000 +0200
3 -@@ -184,7 +184,7 @@
1 +Don't use -Werror.
2 +--- artnet/Makefile.in.orig 2013-02-27 10:59:11.000000000 -0600
3 ++++ artnet/Makefile.in 2019-01-11 23:16:54.000000000 -0600
4 +@@ -284,7 +284,7 @@
5 + top_build_prefix = @top_build_prefix@
4 6 top_builddir = @top_builddir@
5 7 top_srcdir = @top_srcdir@
6 - INCLUDES = -I$(top_builddir) -I$(top_srcdir)
7 --AM_CFLAGS = -Wall -Werror -Wformat -W
8 -+AM_CFLAGS = -Wall -Wformat -W
8 +-AM_CFLAGS = -I$(top_builddir) -I$(top_srcdir) -Wall -Werror -Wformat -W
9 ++AM_CFLAGS = -I$(top_builddir) -I$(top_srcdir) -Wall -Wformat -W
10 + EXTRA_DIST = tod.h misc.h
11 + pkginclude_HEADERS = artnet.h packets.h common.h
9 12 lib_LTLIBRARIES = libartnet.la
10 - libartnet_la_SOURCES = artnet.c private.h misc.c network.c receive.c transmit.c tod.c
11 - libartnet_la_LDFLAGS = -version-info 1:0:0

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut