summaryrefslogtreecommitdiff
path: root/games/CaribbeanStud/files/patch-Player.h
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 11:49:27 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-28 11:49:27 +0000
commitbaf470f2da3ae5b63170169ad8efbd61b6fc65f2 (patch)
treed2103145302b029921e547af83e0e9bc9df696d1 /games/CaribbeanStud/files/patch-Player.h
parentUncomment BROKEN line. (diff)
[patch] Unbreak port: games/CaribbeanStud
Port build now with both gcc 2.95.4 and 3.3.1. It also respects CFLAGS, which it didn't before. PR: ports/55733 Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes: svn path=/head/; revision=89654
Diffstat (limited to 'games/CaribbeanStud/files/patch-Player.h')
-rw-r--r--games/CaribbeanStud/files/patch-Player.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/CaribbeanStud/files/patch-Player.h b/games/CaribbeanStud/files/patch-Player.h
new file mode 100644
index 000000000000..0de812e73330
--- /dev/null
+++ b/games/CaribbeanStud/files/patch-Player.h
@@ -0,0 +1,11 @@
+--- Player.h.orig Tue Aug 19 12:00:36 2003
++++ Player.h Tue Aug 19 12:01:09 2003
+@@ -72,7 +72,7 @@
+ int _lastWinLost;
+ };
+
+-inline Player::WinLost( ) const
++inline int Player::WinLost( ) const
+ {
+ return _lastWinLost;
+ }