diff audio/jack2/patch-clang.patch @ 735:0d9490a65130

audio/jack2: initial import, closes #1750
author David Demelier <markand@malikania.fr>
date Tue, 06 Aug 2019 13:23:12 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/jack2/patch-clang.patch	Tue Aug 06 13:23:12 2019 +0200
@@ -0,0 +1,11 @@
+--- posix/JackNetUnixSocket.cpp.orig	2019-08-06 11:03:41.791379557 +0000
++++ posix/JackNetUnixSocket.cpp	2019-08-06 11:12:24.479395613 +0000
+@@ -169,7 +169,7 @@
+ 
+     int JackNetUnixSocket::Bind()
+     {
+-        return bind(fSockfd, reinterpret_cast<socket_address_t*>(&fRecvAddr), sizeof(socket_address_t));
++        return ::bind(fSockfd, reinterpret_cast<socket_address_t*>(&fRecvAddr), sizeof(socket_address_t));
+     }
+ 
+     int JackNetUnixSocket::BindWith(const char* ip)