summaryrefslogtreecommitdiff
path: root/games/gnomegames2/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /games/gnomegames2/files/patch-ab
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
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)