diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-29 13:28:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-29 13:28:10 +0800 |
commit | 18764c75163fe13db175ef565177898dc5bc2e80 (patch) | |
tree | 1d5f14c7e83eb86c13e553b74d9216f5cc3cb88c /games/gnomegames2/files | |
parent | 584f2c283c3760df0a8e8b5250470c8219ce022a (diff) | |
download | freebsd-ports-gnome-18764c75163fe13db175ef565177898dc5bc2e80.tar.gz freebsd-ports-gnome-18764c75163fe13db175ef565177898dc5bc2e80.tar.zst freebsd-ports-gnome-18764c75163fe13db175ef565177898dc5bc2e80.zip |
Update to 2.0.4.
Diffstat (limited to 'games/gnomegames2/files')
-rw-r--r-- | games/gnomegames2/files/patch-ab | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab index 52736c63495a..0075d0dd4b16 100644 --- a/games/gnomegames2/files/patch-ab +++ b/games/gnomegames2/files/patch-ab @@ -1,25 +1,24 @@ ---- gnome-stones/objects/Makefile.in.orig Tue Jul 23 20:35:33 2002 -+++ gnome-stones/objects/Makefile.in Tue Jul 23 20:35:28 2002 -@@ -142,7 +142,7 @@ - install_sh = @install_sh@ +--- 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 @@ + GSTONES_SRC_DIR = $(srcdir)/../ -objectdir = $(libdir)/gnome-stones/objects +objectdir = $(datadir)/gnome-stones/objects - INCLUDES = \ - -I$(GSTONES_SRC_DIR) \ -@@ -167,11 +167,11 @@ - CONFIG_CLEAN_FILES = - LTLIBRARIES = $(object_LTLIBRARIES) + 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 @@ --libgnome_stones_la_LDFLAGS = + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. + LIBS = @LIBS@ +-libgnome_stones_la_LDFLAGS = +libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = - am_libgnome_stones_la_OBJECTS = gnome-stones.lo - libgnome_stones_la_OBJECTS = $(am_libgnome_stones_la_OBJECTS) --libgnomekoban_la_LDFLAGS = + libgnome_stones_la_LIBADD = + libgnome_stones_la_OBJECTS = gnome-stones.lo +-libgnomekoban_la_LDFLAGS = +libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = - am_libgnomekoban_la_OBJECTS = gnomekoban.lo - libgnomekoban_la_OBJECTS = $(am_libgnomekoban_la_OBJECTS) + libgnomekoban_la_LIBADD = + libgnomekoban_la_OBJECTS = gnomekoban.lo + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |