diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
commit | 9c0caae1c20155b432bb0feb074a8fd9cc1c12bc (patch) | |
tree | 534d0190982c831de589344c3003940ec6f2d6b1 /games/gnome-games/files/patch-ab | |
parent | 27d17afba2c21f490ea8472d7aa37495e02e3ed8 (diff) | |
download | ports-9c0caae1c20155b432bb0feb074a8fd9cc1c12bc.tar.gz ports-9c0caae1c20155b432bb0feb074a8fd9cc1c12bc.zip |
Notes
Diffstat (limited to 'games/gnome-games/files/patch-ab')
-rw-r--r-- | games/gnome-games/files/patch-ab | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab index 0075d0dd4b16..67cea1ce8155 100644 --- a/games/gnome-games/files/patch-ab +++ b/games/gnome-games/files/patch-ab @@ -1,24 +1,11 @@ ---- gnome-stones/objects/Makefile.in.orig Wed Aug 28 22:11:08 2002 -+++ gnome-stones/objects/Makefile.in Wed Aug 28 23:17:53 2002 -@@ -133,7 +133,7 @@ +--- gnome-stones/objects/Makefile.in.orig Sun Jun 15 20:28:06 2003 ++++ gnome-stones/objects/Makefile.in Sun Jun 15 20:28:06 2003 +@@ -136,7 +136,7 @@ GSTONES_SRC_DIR = $(srcdir)/../ -objectdir = $(libdir)/gnome-stones/objects +objectdir = $(datadir)/gnome-stones/objects - INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I$(includedir) -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED - -@@ -150,10 +150,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) + INCLUDES = \ + -I$(GSTONES_SRC_DIR) \ |