summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-16 19:55:24 +0000
committerdanw <danw@pkgsrc.org>2004-05-16 19:55:24 +0000
commitcffc036d910b1a3add8d5cf6f74b8921f75c8a03 (patch)
tree5b40fc6e6242bbc25f19ce42cf6e9ad70a478ad8 /games
parentef70f360ef66d3afa16562c1cd4c6f74611dbd1d (diff)
downloadpkgsrc-cffc036d910b1a3add8d5cf6f74b8921f75c8a03.tar.gz
darwin fixes (malloc.h, plus a broken configure check that was accidentally
using the result of the wrong test to determine whether or not guile was available)
Diffstat (limited to 'games')
-rw-r--r--games/gnome2-games/distinfo4
-rw-r--r--games/gnome2-games/patches/patch-ab13
-rw-r--r--games/gnome2-games/patches/patch-ac6
3 files changed, 22 insertions, 1 deletions
diff --git a/games/gnome2-games/distinfo b/games/gnome2-games/distinfo
index 4974323ff98..01959a5d676 100644
--- a/games/gnome2-games/distinfo
+++ b/games/gnome2-games/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.6 2004/04/20 15:48:11 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2004/05/16 19:55:24 danw Exp $
SHA1 (gnome-games-2.6.1.tar.bz2) = feaf7686c673fcac37a55efb672801073c7a7d4c
Size (gnome-games-2.6.1.tar.bz2) = 8268693 bytes
SHA1 (patch-aa) = e74547a19267b1a39528d9556d115fff4f7cd21d
+SHA1 (patch-ab) = 69021a143330f6624bcd6d214fea344b340386bc
+SHA1 (patch-ac) = e54f3fecee226f78edf17dc686c6bde2a25e36fd
diff --git a/games/gnome2-games/patches/patch-ab b/games/gnome2-games/patches/patch-ab
new file mode 100644
index 00000000000..89a06a5fd7b
--- /dev/null
+++ b/games/gnome2-games/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/05/16 19:55:24 danw Exp $
+
+--- configure.orig Tue May 11 21:00:22 2004
++++ configure
+@@ -18715,7 +18715,7 @@ fi
+ # See if we have guile
+
+ guile_msg='Huh?'
+-if test x$withval = xno ; then
++if test x$with_guile = xno ; then
+ guile_msg='disabled'
+ GUILE_LIBS=
+ GUILE_INCS=
diff --git a/games/gnome2-games/patches/patch-ac b/games/gnome2-games/patches/patch-ac
new file mode 100644
index 00000000000..0a5e3225dd5
--- /dev/null
+++ b/games/gnome2-games/patches/patch-ac
@@ -0,0 +1,6 @@
+$NetBSD: patch-ac,v 1.3 2004/05/16 19:55:24 danw Exp $
+
+--- gnect/src/malloc.h.orig Tue May 11 20:30:32 2004
++++ gnect/src/malloc.h
+@@ -0,0 +1 @@
++#include <stdlib.h>