diff options
Diffstat (limited to 'games/gnome-games/patches/patch-ae')
-rw-r--r-- | games/gnome-games/patches/patch-ae | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/games/gnome-games/patches/patch-ae b/games/gnome-games/patches/patch-ae deleted file mode 100644 index 90a0453eb8e..00000000000 --- a/games/gnome-games/patches/patch-ae +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2002/12/01 02:00:14 salo Exp $ - ---- gnome-stones/objects/Makefile.am.orig Tue Nov 10 05:55:56 1998 -+++ gnome-stones/objects/Makefile.am Sun Dec 1 02:15:05 2002 -@@ -1,14 +1,17 @@ - GSTONES_SRC_DIR = $(srcdir)/../ - - objectdir= $(libdir)/gnome-stones/objects -+localedir= $(prefix)/share/locale - - INCLUDES = \ - -I$(GSTONES_SRC_DIR) \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(localedir)"\" \ - -I$(includedir) \ -- $(GNOME_INCLUDEDIR) -+ $(GNOME_INCLUDEDIR) $(GDK_PIXBUF_CFLAGS) - - object_LTLIBRARIES = libgnome-stones.la libgnomekoban.la - -+libgnome_stones_la_LDFLAGS = -module -avoid-version - libgnome_stones_la_SOURCES = gnome-stones.c -+libgnomekoban_la_LDFLAGS = -module -avoid-version - libgnomekoban_la_SOURCES = gnomekoban.c |