aboutsummaryrefslogtreecommitdiff
path: root/games/gnomechess/files
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-29 10:15:08 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-29 10:15:08 +0000
commit5e7f475c0cdaad77c2f340145bf8e9417867675a (patch)
tree5333f616d90d811d395aeab8b32816641302e61d /games/gnomechess/files
parent8aa720542216c5842c42598428bfb3fece65587c (diff)
Notes
Diffstat (limited to 'games/gnomechess/files')
-rw-r--r--games/gnomechess/files/patch-aa38
-rw-r--r--games/gnomechess/files/patch-ab11
-rw-r--r--games/gnomechess/files/patch-ac11
3 files changed, 60 insertions, 0 deletions
diff --git a/games/gnomechess/files/patch-aa b/games/gnomechess/files/patch-aa
new file mode 100644
index 000000000000..1f32f0197619
--- /dev/null
+++ b/games/gnomechess/files/patch-aa
@@ -0,0 +1,38 @@
+--- configure.orig Sat Nov 6 16:57:13 1999
++++ configure Sat Jan 29 01:50:47 2000
+@@ -2103,7 +2103,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- PTHREAD_LIB="-lc_r"
++ PTHREAD_LIB=""
+ else
+ echo "$ac_t""no" 1>&6
+ echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
+@@ -3856,7 +3856,7 @@
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ CATOBJEXT=.mo
+- DATADIRNAME=lib
++ DATADIRNAME=share
+ fi
+ rm -f conftest*
+ INSTOBJEXT=.mo
+@@ -4244,13 +4244,13 @@
+ fi
+
+
+- USE_INCLUDED_LIBINTL=yes
++# USE_INCLUDED_LIBINTL=yes
+ CATOBJEXT=.gmo
+ INSTOBJEXT=.mo
+ DATADIRNAME=share
+- INTLDEPS='$(top_builddir)/intl/libintl.a'
+- INTLLIBS=$INTLDEPS
+- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
++# INTLDEPS='$(top_builddir)/intl/libintl.a'
++# INTLLIBS=$INTLDEPS
++# LIBS=`echo $LIBS | sed -e 's/-lintl//'`
+ nls_cv_header_intl=intl/libintl.h
+ nls_cv_header_libgt=intl/libgettext.h
+ fi
diff --git a/games/gnomechess/files/patch-ab b/games/gnomechess/files/patch-ab
new file mode 100644
index 000000000000..549bb667dceb
--- /dev/null
+++ b/games/gnomechess/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sat Nov 6 16:58:14 1999
++++ Makefile.in Sat Jan 29 01:51:02 2000
+@@ -115,7 +115,7 @@
+ Icon_DATA = gnome-chess.png
+ Mime_DATA = gnome-chess.keys gnome-chess.mime
+
+-Gamesdir = $(datadir)/gnome/apps/Games
++Gamesdir = $(datadir)/apps/Games
+ Icondir = $(datadir)/pixmaps
+ Mimedir = $(datadir)/mime-info
+
diff --git a/games/gnomechess/files/patch-ac b/games/gnomechess/files/patch-ac
new file mode 100644
index 000000000000..a5e6af8d4c83
--- /dev/null
+++ b/games/gnomechess/files/patch-ac
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Sat Nov 6 16:58:16 1999
++++ src/Makefile.in Sat Jan 29 01:51:50 2000
+@@ -113,7 +113,7 @@
+
+ bin_PROGRAMS = gnome-chess
+
+-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) $(GNOME_INCLUDEDIR)
++INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOMEDATADIR=\""$(datadir)"\" -I$(includedir) $(GNOME_INCLUDEDIR)
+
+
+ gnome_chess_SOURCES = debug.c position.c timer.c movgen.c cho1.c movlist.c ckis.c board.c misc.c main.c disk.c pgn.c cfgfiles.c serverlist.c gtkutil.c menu.c prefs.c child.c engine.c engine_local.c engine_null.c zvt.c engine_ics_scan.l engine_ics.c dialog_login.c level.c gnome_chess.h debug.h cfgfiles.h sound.c serverlist.h gtkutil.h board.h ckis.h menu.h prefs.h pro.h position.h timer.h engine.h engine_local.h zvt.h engine_ics_scan.h engine_ics.h dialog_login.h child.h disk.h movlist.h pgn.h cho1.h makros.h sound.h engine_null.h