From a45a482d89e80a26e29ec9572bfd7d50c252ff68 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 1 Sep 2004 00:20:12 +0000 Subject: macosx style app svn path=/trunk/; revision=1990 --- packages/darwin_app/patches/socket.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/darwin_app/patches/socket.patch (limited to 'packages/darwin_app/patches/socket.patch') diff --git a/packages/darwin_app/patches/socket.patch b/packages/darwin_app/patches/socket.patch new file mode 100644 index 00000000..1480f4ae --- /dev/null +++ b/packages/darwin_app/patches/socket.patch @@ -0,0 +1,11 @@ +Index: s_inter.c +=================================================================== +RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v +retrieving revision 1.4 +diff -r1.4 s_inter.c +643a644,648 +> #ifdef MACOSX +> if (setsockopt(xsock, SOL_SOCKET, SO_REUSEADDR, +> &intarg, sizeof(intarg)) < 0) +> post("setsockopt (SO_REUSEADDR) failed\n"); +> #endif -- cgit v1.2.1