Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 17:59:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321144 - head/games/torrent/files
Message-ID:  <201306171759.r5HHxpS9081272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171759.r5HHxpS9081272>