aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast-kh/files
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-12-07 13:08:51 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-12-07 13:08:51 +0000
commit762bb41901a82f42d393299b498e0c79dadd822a (patch)
treeb7711fd2e9c65f86691575ae2c90395eb555ef5b /audio/icecast-kh/files
parentd0628d38fc253571fd44bb7dedad6465ce340467 (diff)
downloadports-762bb41901a82f42d393299b498e0c79dadd822a.tar.gz
ports-762bb41901a82f42d393299b498e0c79dadd822a.zip
Notes
Diffstat (limited to 'audio/icecast-kh/files')
-rw-r--r--audio/icecast-kh/files/patch-src_auth__cmd.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/icecast-kh/files/patch-src_auth__cmd.c b/audio/icecast-kh/files/patch-src_auth__cmd.c
new file mode 100644
index 000000000000..86e7356e3e0b
--- /dev/null
+++ b/audio/icecast-kh/files/patch-src_auth__cmd.c
@@ -0,0 +1,14 @@
+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"