summaryrefslogtreecommitdiffstats
path: root/games/gnome-games/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-17 01:07:53 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-17 01:07:53 +0800
commit9d4f1a0600e59de7b932840d8027316b353e655f (patch)
tree884aeb93b65d77e0e62f1723bb8ab573260d154d /games/gnome-games/files
parentf6fe06b42a9aa60bd06667b1662328ea2f4031d2 (diff)
downloadmarcuscom-ports-9d4f1a0600e59de7b932840d8027316b353e655f.tar.gz
marcuscom-ports-9d4f1a0600e59de7b932840d8027316b353e655f.tar.zst
marcuscom-ports-9d4f1a0600e59de7b932840d8027316b353e655f.zip
- Update to 2.13.5
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5387 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/files')
-rw-r--r--games/gnome-games/files/patch-configure11
-rw-r--r--games/gnome-games/files/patch-iagno_othello.c20
2 files changed, 0 insertions, 31 deletions
diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure
deleted file mode 100644
index f8413ef3c..000000000
--- a/games/gnome-games/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Dec 17 11:58:34 2003
-+++ configure Wed Dec 17 11:58:35 2003
-@@ -22452,7 +22452,7 @@
- else
-
- cat >>confdefs.h <<_ACEOF
--#define GNOME_ICONDIR "${prefix}/share/pixmaps"
-+#define GNOME_ICONDIR "${datadir}/pixmaps"
- _ACEOF
-
- fi
diff --git a/games/gnome-games/files/patch-iagno_othello.c b/games/gnome-games/files/patch-iagno_othello.c
deleted file mode 100644
index 1d6d8e88a..000000000
--- a/games/gnome-games/files/patch-iagno_othello.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- iagno/othello.c.orig Tue Jan 25 11:24:35 2005
-+++ iagno/othello.c Tue Jan 25 11:24:56 2005
-@@ -784,14 +784,14 @@
- found_free = TRUE;
- }
-
-- // check if a player is dead
-+ /* check if a player is dead */
- if (!found_me && found_not_me)
- return (S_LOSING_GAME);
- else if (found_me && !found_not_me)
- return (S_WINNING_GAME);
-
-- // if the game is finished, return the actual score rather than
-- // a huristic
-+ /* if the game is finished, return the actual score rather than
-+ * a huristic */
- if (!found_free)
- return (actual_score);
-