Files
ports/audio/icecast-kh/files/patch-src_auth__cmd.c
T
Tobias Kortkamp 762bb41901 audio/icecast-kh: Update to 2.4.0-kh10
- Convert to options helpers
- Drop incidental variables
- Reset maintainer due to the long timeout

Changes:	https://raw.githubusercontent.com/karlheyes/icecast-kh/icecast-2.4.0-kh10/NEWS
PR:		230814
Reported by:	shon@misproductions.com
Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com> (based on)
Approved by:	anes@anes.su (maintainer timeout, > 3 months)
2018-12-07 13:08:51 +00:00

15 lines
271 B
C

https://github.com/karlheyes/icecast-kh/pull/231
--- src/auth_cmd.c.orig 2018-08-29 15:48:26 UTC
+++ src/auth_cmd.c
@@ -35,9 +35,7 @@
#ifdef HAVE_POLL
#include <poll.h>
#endif
-#ifdef HAVE_SIGNAL_H
#include <signal.h>
-#endif
#include "auth.h"
#include "util.h"