diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 22:08:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 22:08:21 +0000 |
commit | e56fabbc4df658e0007d40af53e67445342dec25 (patch) | |
tree | 1df62ef9b7e11bf6baf5a06597840ce8f2a06538 /games/gnome-games/files/patch-ab | |
parent | f19ba78f253fc3ba3310a10977dd7a53bace5cf4 (diff) |
Notes
Diffstat (limited to 'games/gnome-games/files/patch-ab')
-rw-r--r-- | games/gnome-games/files/patch-ab | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab index 84838dd2151e..777f4217e46c 100644 --- a/games/gnome-games/files/patch-ab +++ b/games/gnome-games/files/patch-ab @@ -1,33 +1,38 @@ ---- 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 +--- gnome-stones/Makefile.in.orig Wed May 8 16:30:26 2002 ++++ gnome-stones/Makefile.in Wed May 8 16:30:35 2002 +@@ -156,7 +156,7 @@ + Caves_in_files = default.caves.in tutorial.caves.in gnomekoban.caves.in atari.caves.in + Caves_DATA = $(Caves_in_files:.caves.in=.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 @@ +--- gnome-stones/objects/Makefile.in.orig Wed May 8 16:30:10 2002 ++++ gnome-stones/objects/Makefile.in Wed May 8 16:31:30 2002 +@@ -131,7 +131,7 @@ GSTONES_SRC_DIR = $(srcdir)/../ -objectdir = $(libdir)/gnome-stones/objects +objectdir = $(datadir)/gnome-stones/objects -@@ -144,10 +144,10 @@ + INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) + +@@ -148,11 +148,11 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ -libgnome_stones_la_LDFLAGS = +-libgnome_stones_la_LIBADD = +libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = ++libgnome_stones_la_LIBADD = libgnome_stones_la_OBJECTS = gnome-stones.lo -libgnomekoban_la_LDFLAGS = +-libgnomekoban_la_LIBADD = +libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = ++libgnomekoban_la_LIBADD = libgnomekoban_la_OBJECTS = gnomekoban.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |