summaryrefslogtreecommitdiff
path: root/games/baduki/patches
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-01-31 22:03:43 +0000
committerbad <bad@pkgsrc.org>1999-01-31 22:03:43 +0000
commitb6a42e9fcaa833f0529eb6826045bc0be20a0b8f (patch)
treeabe6db10d1c1face80e1803561dcdeaf969d40ff /games/baduki/patches
parent9a634d86150c398dd864c933fa29d496c5871811 (diff)
downloadpkgsrc-b6a42e9fcaa833f0529eb6826045bc0be20a0b8f.tar.gz
Baduki is a gtk+ based Go playing program which can also be run under Cgoban.
Diffstat (limited to 'games/baduki/patches')
-rw-r--r--games/baduki/patches/patch-aa13
-rw-r--r--games/baduki/patches/patch-ab13
-rw-r--r--games/baduki/patches/patch-ac14
3 files changed, 40 insertions, 0 deletions
diff --git a/games/baduki/patches/patch-aa b/games/baduki/patches/patch-aa
new file mode 100644
index 00000000000..49b638cc936
--- /dev/null
+++ b/games/baduki/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/01/31 22:03:43 bad Exp $
+
+--- Makefile.in.orig Fri Jan 15 19:46:33 1999
++++ Makefile.in Wed Jan 27 20:47:54 1999
+@@ -66,7 +66,7 @@
+ GMSGFMT = @GMSGFMT@
+ GTK_CFLAGS = @GTK_CFLAGS@
+ GTK_CONFIG = @GTK_CONFIG@
+-GTK_LIBS = @GTK_LIBS@
++GTK_LIBS = @GTK_LIBS@ -lintl
+ GT_NO = @GT_NO@
+ GT_YES = @GT_YES@
+ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
diff --git a/games/baduki/patches/patch-ab b/games/baduki/patches/patch-ab
new file mode 100644
index 00000000000..3e0f5abb9a0
--- /dev/null
+++ b/games/baduki/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/01/31 22:03:43 bad Exp $
+
+--- src/Makefile.in.orig Fri Jan 15 19:46:35 1999
++++ src/Makefile.in Wed Jan 27 20:58:49 1999
+@@ -120,7 +120,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lintl
+ baduki_OBJECTS = baduki.o dialog.o gmp.o gtkgoboard.o killable.o main.o \
+ patterns.o think.o utils.o xinterface.o
+ baduki_DEPENDENCIES =
diff --git a/games/baduki/patches/patch-ac b/games/baduki/patches/patch-ac
new file mode 100644
index 00000000000..f7ee683d9d2
--- /dev/null
+++ b/games/baduki/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 1999/01/31 22:03:43 bad Exp $
+
+--- po/Makefile.in.in.orig Sat Oct 3 02:07:54 1998
++++ po/Makefile.in.in Wed Jan 27 21:11:25 1999
+@@ -19,8 +19,8 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
+ gnulocaledir = $(prefix)/share/locale
++localedir = $(gnulocaledir)
+ gettextsrcdir = $(prefix)/share/gettext/po
+ subdir = po
+