summaryrefslogtreecommitdiff
path: root/games/gnomegames2/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnomegames2/files')
-rw-r--r--games/gnomegames2/files/patch-ab33
-rw-r--r--games/gnomegames2/files/patch-ac11
-rw-r--r--games/gnomegames2/files/patch-ae10
-rw-r--r--games/gnomegames2/files/patch-af11
-rw-r--r--games/gnomegames2/files/patch-ag18
-rw-r--r--games/gnomegames2/files/patch-ah20
6 files changed, 0 insertions, 103 deletions
diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab
deleted file mode 100644
index 84838dd2151e..000000000000
--- a/games/gnomegames2/files/patch-ab
+++ /dev/null
@@ -1,33 +0,0 @@
---- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999
-+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999
-@@ -147,7 +147,7 @@
- Games_DATA = gnome-stones.desktop
- Caves_DATA = default.caves tutorial.caves gnomekoban.caves
-
--gtkrcdir = $(datadir)
-+gtkrcdir = $(datadir)/gnome-stones
- gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko
-
- Mimedir = $(datadir)/mime-info
---- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999
-+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999
-@@ -127,5 +127,5 @@
-
- GSTONES_SRC_DIR = $(srcdir)/../
-
--objectdir = $(libdir)/gnome-stones/objects
-+objectdir = $(datadir)/gnome-stones/objects
-
-@@ -144,10 +144,10 @@
-
- DEFS = @DEFS@ -I. -I$(srcdir) -I../..
- LIBS = @LIBS@
--libgnome_stones_la_LDFLAGS =
-+libgnome_stones_la_LDFLAGS = -avoid-version
- libgnome_stones_la_LIBADD =
- libgnome_stones_la_OBJECTS = gnome-stones.lo
--libgnomekoban_la_LDFLAGS =
-+libgnomekoban_la_LDFLAGS = -avoid-version
- libgnomekoban_la_LIBADD =
- libgnomekoban_la_OBJECTS = gnomekoban.lo
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff --git a/games/gnomegames2/files/patch-ac b/games/gnomegames2/files/patch-ac
deleted file mode 100644
index 2507ea7dbbc4..000000000000
--- a/games/gnomegames2/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- freecell/gdk-card-image/Makefile.in.orig Fri Dec 18 01:54:28 1998
-+++ freecell/gdk-card-image/Makefile.in Fri Jan 1 15:16:09 1999
-@@ -148,7 +148,7 @@
- libgdkcardimage_la_SOURCES = gdk-card-image.c
- libgdkcardimageincludedir = $(includedir)/gdkcardimage
- libgdkcardimageinclude_HEADERS = gdk-card-image.h
--libgdkcardimage_la_LDFLAGS = -version-info 0:0:0
-+libgdkcardimage_la_LDFLAGS = -version-info 1:0:0
- libgdkcardimage_la_LIBADD = $(GTK_LIBS)
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../../config.h
diff --git a/games/gnomegames2/files/patch-ae b/games/gnomegames2/files/patch-ae
deleted file mode 100644
index a38e549b42db..000000000000
--- a/games/gnomegames2/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- aisleriot/menu.c.orig Fri Jan 1 15:21:23 1999
-+++ aisleriot/menu.c Fri Jan 1 15:21:36 1999
-@@ -17,6 +17,7 @@
- */
-
- #include <config.h>
-+#include <sys/types.h>
- #include <dirent.h>
- #include "gnome.h"
- #include "sol.h"
diff --git a/games/gnomegames2/files/patch-af b/games/gnomegames2/files/patch-af
deleted file mode 100644
index 2ad5821dd199..000000000000
--- a/games/gnomegames2/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999
-+++ gnome-stones/main.c Fri Jan 1 15:33:00 1999
-@@ -1249,7 +1249,7 @@
- static gboolean
- scan_public_plugin_directory (void)
- {
-- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/");
-+ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/");
-
- plugin_load_plugins_in_dir (dir);
-
diff --git a/games/gnomegames2/files/patch-ag b/games/gnomegames2/files/patch-ag
deleted file mode 100644
index a192fe907dc4..000000000000
--- a/games/gnomegames2/files/patch-ag
+++ /dev/null
@@ -1,18 +0,0 @@
---- gtali/cyahtzee.c.orig Sat Apr 10 22:42:17 1999
-+++ gtali/cyahtzee.c Mon Oct 4 16:29:56 1999
-@@ -37,13 +37,14 @@
- #include <signal.h>
- #include <stdarg.h>
-
-+#include <config.h>
-+
- #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
- #include <ncurses.h>
- #else
- #include <curses.h>
- #endif
-
--#include <config.h>
- #include "yahtzee.h"
- #include "cyahtzee.h"
- #include "scores.h"
diff --git a/games/gnomegames2/files/patch-ah b/games/gnomegames2/files/patch-ah
deleted file mode 100644
index 31769eb0372b..000000000000
--- a/games/gnomegames2/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999
-+++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999
-@@ -9,7 +9,7 @@
-
- sprintf (file, "%s/%s.xpm", dir, name);
- pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap,
-- &bitmap, NULL, file);
-+ &bitmap, (GdkColor *)NULL, file);
- if (pixmap == NULL) {
- printf ("cannot open %s\n", file);
- exit(1);
-@@ -18,7 +18,7 @@
- if (masked == SEP_MASK) {
- sprintf(file, "%s/%s_mask.xpm", dir, name);
- pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap,
-- &mask, NULL, file);
-+ &mask, (GdkColor *)NULL, file);
- if (pixmap == NULL) {
- printf("cannot open %s\n", file);
- exit(1);