summaryrefslogtreecommitdiff
path: root/games/blackjack/files/patch-ac
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-01-09 08:01:00 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-01-09 08:01:00 +0000
commit86fdc9cadaa5fbf26dfc0f4cd341319b915f4c5b (patch)
tree8dcccf1f564ad958e47e46c6c33d8086eec66952 /games/blackjack/files/patch-ac
parentUpdate to dsniff 1.2 which now builds out of the box of FreeBSD. How's (diff)
Fix for new compiler and respect CC/CXX/CXXFLAGS/CFLAGS
Notes
Notes: svn path=/head/; revision=24582
Diffstat (limited to '')
-rw-r--r--games/blackjack/files/patch-ac29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/blackjack/files/patch-ac b/games/blackjack/files/patch-ac
new file mode 100644
index 000000000000..419ffc707ef8
--- /dev/null
+++ b/games/blackjack/files/patch-ac
@@ -0,0 +1,29 @@
+--- bet_option.cpp.orig Sat Jan 8 23:58:15 2000
++++ bet_option.cpp Sat Jan 8 23:56:09 2000
+@@ -221,7 +221,7 @@
+
+ //*****************************************************************************
+
+-BetOption::
++int BetOption::
+ minBetPressed(int id) {
+ int i;
+ QButton *qb;
+@@ -256,7 +256,7 @@
+
+ //*****************************************************************************
+
+-BetOption::
++int BetOption::
+ maxBetPressed(int id) {
+ QButton *rb;
+
+@@ -271,7 +271,7 @@
+
+ //*****************************************************************************
+
+-BetOption::
++int BetOption::
+ betIncPressed(int id) {
+ _bet_inc = *_bet_inc_list.at(id);
+ }