summaryrefslogtreecommitdiff
path: root/games/pipenightdreams/files/patch-src__player.h
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-02-02 00:20:09 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-02-02 00:20:09 +0000
commit0230fbbab4217fb279bbd5e434cca8b2507224b7 (patch)
treebce7f21dabc7e1955c83bc7f179f4c8de6fa2559 /games/pipenightdreams/files/patch-src__player.h
parentStage support (diff)
- Bump PORTREVISION
- Take maintainership - Remove leading article from COMMENT - Add license (GPLv2) - USES gmake instead of USE_GMAKE - Disable all warnings with -w - Support STAGEDIR - Add DOCS and Option - Add Desktop entry file - Add and symlink the icon - Recreate patches with make makepatch - Recreate pkg-plist with make makeplist PR: ports/173880 Submitted by: nemysis (self)
Diffstat (limited to 'games/pipenightdreams/files/patch-src__player.h')
-rw-r--r--games/pipenightdreams/files/patch-src__player.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/pipenightdreams/files/patch-src__player.h b/games/pipenightdreams/files/patch-src__player.h
new file mode 100644
index 000000000000..186f5e289825
--- /dev/null
+++ b/games/pipenightdreams/files/patch-src__player.h
@@ -0,0 +1,13 @@
+--- ./src/player.h.orig 2002-01-17 20:56:40.000000000 +0100
++++ ./src/player.h 2014-02-01 23:41:06.000000000 +0100
+@@ -47,8 +47,8 @@
+ void setStartRowColumn(int row, int column);
+ void setBoard(Board * bd);
+
+- inline void setRestrictionCoef(unsigned int coef);
+- inline void setFixedCoef(unsigned int coef);
++ void setRestrictionCoef(unsigned int coef);
++ void setFixedCoef(unsigned int coef);
+
+ void incLives();
+ void decLives();