summaryrefslogtreecommitdiff
path: root/audio/raop_play/files/patch-rendezvous_Client.c
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-07-31 14:48:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-07-31 14:48:49 +0000
commit443d2d581d8e13ffe2fdf1f8fb2aafc02fb1c181 (patch)
tree794f03c86ad9c4a6378ebaece24bbf3b5f3eafd2 /audio/raop_play/files/patch-rendezvous_Client.c
parent- Fix build on sparc64 (diff)
Fix build, using getline(3) from libc
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=419385
Diffstat (limited to 'audio/raop_play/files/patch-rendezvous_Client.c')
-rw-r--r--audio/raop_play/files/patch-rendezvous_Client.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/raop_play/files/patch-rendezvous_Client.c b/audio/raop_play/files/patch-rendezvous_Client.c
index 44c81829b410..3bc659752f92 100644
--- a/audio/raop_play/files/patch-rendezvous_Client.c
+++ b/audio/raop_play/files/patch-rendezvous_Client.c
@@ -1,13 +1,11 @@
--- rendezvous/Client.c.orig 2005-12-16 14:17:02 UTC
+++ rendezvous/Client.c
-@@ -83,8 +83,9 @@
+@@ -83,7 +83,7 @@
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
-#include <asm/types.h>
+#include <sys/types.h>
-+#include "getline.h"
#include "mDNSClientAPI.h"// Defines the interface to the mDNS core code
#include "mDNSPosix.h" // Defines the specific types needed to run mDNS on this platform
- #include "ExampleClientApp.h"