Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2013 15:19:10 +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: r324398 - head/games/qnetwalk/files
Message-ID:  <201308081519.r78FJAmZ018329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug  8 15:19:09 2013
New Revision: 324398
URL: http://svnweb.freebsd.org/changeset/ports/324398

Log:
  - Fix build with clang

Added:
  head/games/qnetwalk/files/
  head/games/qnetwalk/files/patch-cell.cpp   (contents, props changed)
  head/games/qnetwalk/files/patch-cell.h   (contents, props changed)

Added: head/games/qnetwalk/files/patch-cell.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/qnetwalk/files/patch-cell.cpp	Thu Aug  8 15:19:09 2013	(r324398)
@@ -0,0 +1,20 @@
+--- cell.cpp.orig	2008-03-30 13:29:12.000000000 +0400
++++ cell.cpp	2013-08-07 21:24:52.637031376 +0400
+@@ -19,7 +19,7 @@
+ Cell::PixmapMap Cell::shadowpixmap;
+ Cell::PixmapMap Cell::connectedpixmap;
+ Cell::PixmapMap Cell::disconnectedpixmap;
+-Cell::Cell * Cell::focusedCell = 0;
++Cell * Cell::focusedCell = 0;
+ 
+ 
+ void Cell::setGameOver(bool b)
+@@ -28,7 +28,7 @@
+ }
+ 
+ 
+-Cell::Cell * Cell::focused()
++Cell * Cell::focused()
+ {
+     return focusedCell;
+ }

Added: head/games/qnetwalk/files/patch-cell.h
==============================================================================



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