svn commit: r321144 - head/games/torrent/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 17 17:59:52 UTC 2013
Author: amdmi3
Date: Mon Jun 17 17:59:51 2013
New Revision: 321144
URL: http://svnweb.freebsd.org/changeset/ports/321144
Log:
- Fix build with clang
Modified:
head/games/torrent/files/patch-src-torrent.c
Modified: head/games/torrent/files/patch-src-torrent.c
==============================================================================
--- head/games/torrent/files/patch-src-torrent.c Mon Jun 17 17:42:38 2013 (r321143)
+++ head/games/torrent/files/patch-src-torrent.c Mon Jun 17 17:59:51 2013 (r321144)
@@ -1,5 +1,5 @@
---- src/torrent.c.orig Thu Nov 17 16:18:29 2005
-+++ src/torrent.c Thu Nov 17 16:19:26 2005
+--- src/torrent.c.orig 2013-06-17 21:58:19.795111620 +0400
++++ src/torrent.c 2013-06-17 21:58:27.445112740 +0400
@@ -328,6 +328,8 @@
int x, y;
@@ -46,3 +46,12 @@
for(y = 0; y < yBSize; y++) {
for(x = 0; x < xBSize; x++) {
if(board[y][x] && (board[y][x]->color == color ||
+@@ -1045,7 +1048,7 @@
+
+ /*****************************************************
+ ****************************************************/
+-inline void SE_CheckEvents()
++void SE_CheckEvents()
+ {
+ SDL_Event event;
+ int x, y;
More information about the svn-ports-all
mailing list