From 032696f9263bd784f98d0962ae7fefd34f3dfab8 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 1 Mar 2012 00:10:27 +0000 Subject: [PATCH] Added upstream patch to allow sdl-net-1.2.8 to build. --- media-libs/sdl-net/patches/sdl-net-1.2.8.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 media-libs/sdl-net/patches/sdl-net-1.2.8.patch diff --git a/media-libs/sdl-net/patches/sdl-net-1.2.8.patch b/media-libs/sdl-net/patches/sdl-net-1.2.8.patch new file mode 100644 index 000000000..d51642a8e --- /dev/null +++ b/media-libs/sdl-net/patches/sdl-net-1.2.8.patch @@ -0,0 +1,13 @@ +diff -urN SDL_net-1.2.8/chat.cpp SDL_net-1.2.8-haiku/chat.cpp +--- SDL_net-1.2.8/chat.cpp 2012-01-15 16:20:10.063963136 +0000 ++++ SDL_net-1.2.8-haiku/chat.cpp 2012-02-29 23:58:48.552861696 +0000 +@@ -18,9 +18,6 @@ + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + */ +- Pleasanton, CA 94588 (USA) +- slouken@devolution.com +-*/ + + /* Note that this isn't necessarily the way to run a chat system. + This is designed to excercise the network code more than be really