summaryrefslogtreecommitdiff
path: root/games/gnome2-games/patches
diff options
context:
space:
mode:
authorrh <rh>2003-04-21 02:28:56 +0000
committerrh <rh>2003-04-21 02:28:56 +0000
commit8ea88d28ba86d24154e2680faea72b0e5f542da2 (patch)
treedaf687aa7c6098d90e77868ad5f30aed7f832906 /games/gnome2-games/patches
parente24dc9ff915b40a10e20fc0181769a8081a48740 (diff)
downloadpkgsrc-8ea88d28ba86d24154e2680faea72b0e5f542da2.tar.gz
Initial import of gnome-games-2.2.1, the GNOME2 games collection.
Diffstat (limited to 'games/gnome2-games/patches')
-rw-r--r--games/gnome2-games/patches/patch-aa14
-rw-r--r--games/gnome2-games/patches/patch-ac13
-rw-r--r--games/gnome2-games/patches/patch-ae17
-rw-r--r--games/gnome2-games/patches/patch-ag13
4 files changed, 57 insertions, 0 deletions
diff --git a/games/gnome2-games/patches/patch-aa b/games/gnome2-games/patches/patch-aa
new file mode 100644
index 00000000000..b7a5a98f7b1
--- /dev/null
+++ b/games/gnome2-games/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+--- freecell/gdk-card-image/gdk-card-image.c.orig 2003-02-26 03:47:17.000000000 +1000
++++ freecell/gdk-card-image/gdk-card-image.c
+@@ -30,7 +30,8 @@
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>
+ #endif
+-#ifdef __FreeBSD__
++#include <sys/param.h>
++#if (defined(BSD) && BSD >= 199306)
+ #include <dirent.h>
+ #endif
+ #if defined HAVE_SYS_DIRENT_H
diff --git a/games/gnome2-games/patches/patch-ac b/games/gnome2-games/patches/patch-ac
new file mode 100644
index 00000000000..326ef36231a
--- /dev/null
+++ b/games/gnome2-games/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+--- gtali/Makefile.in.orig Fri Jul 6 02:06:49 2001
++++ gtali/Makefile.in
+@@ -167,7 +167,7 @@
+
+
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lintl
+ gtali_OBJECTS = gyahtzee.$(OBJEXT) clist.$(OBJEXT) yahtzee.$(OBJEXT) \
+ computer.$(OBJEXT) setup.$(OBJEXT)
+ gtali_DEPENDENCIES =
diff --git a/games/gnome2-games/patches/patch-ae b/games/gnome2-games/patches/patch-ae
new file mode 100644
index 00000000000..bd18deb99f6
--- /dev/null
+++ b/games/gnome2-games/patches/patch-ae
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+--- gnome-stones/objects/Makefile.in.orig 2003-03-11 21:42:33.000000000 +1000
++++ gnome-stones/objects/Makefile.in
+@@ -151,10 +151,10 @@ LTLIBRARIES = $(object_LTLIBRARIES)
+
+ DEFS = @DEFS@ -I. -I$(srcdir) -I../..
+ LIBS = @LIBS@
+-libgnome_stones_la_LDFLAGS =
++libgnome_stones_la_LDFLAGS = -module -avoid-version
+ libgnome_stones_la_LIBADD =
+ libgnome_stones_la_OBJECTS = gnome-stones.lo
+-libgnomekoban_la_LDFLAGS =
++libgnomekoban_la_LDFLAGS = -module -avoid-version
+ libgnomekoban_la_LIBADD =
+ libgnomekoban_la_OBJECTS = gnomekoban.lo
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff --git a/games/gnome2-games/patches/patch-ag b/games/gnome2-games/patches/patch-ag
new file mode 100644
index 00000000000..ac6d089c654
--- /dev/null
+++ b/games/gnome2-games/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1.1.1 2003/04/21 02:28:57 rh Exp $
+
+--- omf.make.orig 2002-05-08 08:08:52.000000000 +1000
++++ omf.make
+@@ -27,7 +27,7 @@
+ #
+
+ omf_dest_dir=$(datadir)/omf/@PACKAGE@
+-scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
++scrollkeeper_localstate_dir = $(prefix)/libdata/scrollkeeper
+
+ omf: omf_timestamp
+