Index: head/games/warzone2100/files/patch-lib-netplay-netsocket.cpp =================================================================== --- head/games/warzone2100/files/patch-lib-netplay-netsocket.cpp (revision 365286) +++ head/games/warzone2100/files/patch-lib-netplay-netsocket.cpp (nonexistent) @@ -1,12 +0,0 @@ ---- lib/netplay/netsocket.cpp.orig 2013-01-15 03:54:07.000000000 +0400 -+++ lib/netplay/netsocket.cpp 2013-01-18 19:32:35.110932805 +0400 -@@ -1399,9 +1399,6 @@ - hint.ai_family = AF_UNSPEC; - hint.ai_socktype = SOCK_STREAM; - hint.ai_protocol = 0; --#ifdef AI_V4MAPPED -- flags |= AI_V4MAPPED; --#endif - #ifdef AI_ADDRCONFIG - flags |= AI_ADDRCONFIG; - #endif Property changes on: head/games/warzone2100/files/patch-lib-netplay-netsocket.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/warzone2100/files/patch-lib__ivis_opengl__screen.cpp =================================================================== --- head/games/warzone2100/files/patch-lib__ivis_opengl__screen.cpp (nonexistent) +++ head/games/warzone2100/files/patch-lib__ivis_opengl__screen.cpp (revision 365287) @@ -0,0 +1,11 @@ +--- lib/ivis_opengl/screen.cpp.orig 2013-12-12 06:20:34.000000000 +0400 ++++ lib/ivis_opengl/screen.cpp 2014-08-18 16:11:06.000000000 +0400 +@@ -261,7 +261,7 @@ + __glewUseProgram = __glewUseProgramObjectARB; + __glewGetShaderiv = __glewGetObjectParameterivARB; + __glewLinkProgram = __glewLinkProgramARB; +- __glewShaderSource = __glewShaderSourceARB; ++ __glewShaderSource = reinterpret_cast(__glewShaderSourceARB); + __glewUniform1f = __glewUniform1fARB; + __glewUniform1i = __glewUniform1iARB; + __glewUniform4fv = __glewUniform4fvARB; Property changes on: head/games/warzone2100/files/patch-lib__ivis_opengl__screen.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/warzone2100/files/patch-lib__netplay__netsocket.cpp =================================================================== --- head/games/warzone2100/files/patch-lib__netplay__netsocket.cpp (nonexistent) +++ head/games/warzone2100/files/patch-lib__netplay__netsocket.cpp (revision 365287) @@ -0,0 +1,12 @@ +--- lib/netplay/netsocket.cpp.orig 2013-01-15 03:54:07.000000000 +0400 ++++ lib/netplay/netsocket.cpp 2013-01-18 19:32:35.110932805 +0400 +@@ -1399,9 +1399,6 @@ + hint.ai_family = AF_UNSPEC; + hint.ai_socktype = SOCK_STREAM; + hint.ai_protocol = 0; +-#ifdef AI_V4MAPPED +- flags |= AI_V4MAPPED; +-#endif + #ifdef AI_ADDRCONFIG + flags |= AI_ADDRCONFIG; + #endif Property changes on: head/games/warzone2100/files/patch-lib__netplay__netsocket.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property