diff options
author | tron <tron> | 2000-04-17 20:02:54 +0000 |
---|---|---|
committer | tron <tron> | 2000-04-17 20:02:54 +0000 |
commit | 55ea3e9fcbf4e36fcb6c6539034f18995e3d829d (patch) | |
tree | 237a7c98bf16b2b623544ab81c0de31927240135 /games | |
parent | 5a530e68fa84e6de7aee77dd8d2470b431327bbc (diff) | |
download | pkgsrc-55ea3e9fcbf4e36fcb6c6539034f18995e3d829d.tar.gz |
Make this work after the "pth" package update.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/files/patch-sum | 3 | ||||
-rw-r--r-- | games/gnome-games/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/games/gnome-games/files/patch-sum b/games/gnome-games/files/patch-sum index f1136566a14..e57514b785c 100644 --- a/games/gnome-games/files/patch-sum +++ b/games/gnome-games/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/11/18 23:20:18 tron Exp $ +$NetBSD: patch-sum,v 1.2 2000/04/17 20:02:54 tron Exp $ MD5 (patch-aa) = e124b3ffed271556e271df300497aafe MD5 (patch-ab) = e21bc6ba9a3c999c4b7defd969c7fce2 +MD5 (patch-ac) = 3edf07e8535675ce6fe4a11e84735b29 diff --git a/games/gnome-games/patches/patch-ac b/games/gnome-games/patches/patch-ac new file mode 100644 index 00000000000..21b99f78fc6 --- /dev/null +++ b/games/gnome-games/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2000/04/17 20:02:56 tron Exp $ + +--- gtali/Makefile.in.orig Wed Oct 6 07:32:02 1999 ++++ gtali/Makefile.in Mon Apr 17 21:57:07 2000 +@@ -159,7 +159,7 @@ + + + DEFS = @DEFS@ -I. -I$(srcdir) -I.. +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lintl + gtali_OBJECTS = gyahtzee.o clist.o yahtzee.o computer.o setup.o + gtali_DEPENDENCIES = + gtali_LDFLAGS = |