aboutsummaryrefslogtreecommitdiff
path: root/games/gnomegames2/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnomegames2/files/patch-ab')
-rw-r--r--games/gnomegames2/files/patch-ab33
1 files changed, 0 insertions, 33 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)