summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/eboard/files')
-rw-r--r--games-board/eboard/files/eboard-1.1.1-as-needed.patch8
-rw-r--r--games-board/eboard/files/eboard-1.1.1-gcc44.patch4
-rw-r--r--games-board/eboard/files/eboard-1.1.1-libpng15.patch4
-rw-r--r--games-board/eboard/files/eboard-1.1.1-ovflfix.patch8
4 files changed, 12 insertions, 12 deletions
diff --git a/games-board/eboard/files/eboard-1.1.1-as-needed.patch b/games-board/eboard/files/eboard-1.1.1-as-needed.patch
index b4ec397ba967..199dd0e70a2d 100644
--- a/games-board/eboard/files/eboard-1.1.1-as-needed.patch
+++ b/games-board/eboard/files/eboard-1.1.1-as-needed.patch
@@ -1,5 +1,5 @@
---- configure.old 2009-02-03 14:46:21.000000000 +0100
-+++ configure 2009-02-03 14:48:13.000000000 +0100
+--- a/configure 2009-02-03 14:46:21.000000000 +0100
++++ b/configure 2009-02-03 14:48:13.000000000 +0100
@@ -638,7 +638,7 @@
print CONFIGMAKE "CXX = $cxx\n";
@@ -9,8 +9,8 @@
print CONFIGMAKE "prefix = \${DESTDIR}$prefix\n";
print CONFIGMAKE "bindir = \${DESTDIR}$prefix/bin\n";
---- elifekam.old 2009-02-03 14:48:43.000000000 +0100
-+++ elifekam 2009-02-03 14:48:58.000000000 +0100
+--- a/elifekam 2009-02-03 14:48:43.000000000 +0100
++++ b/elifekam 2009-02-03 14:48:58.000000000 +0100
@@ -24,7 +24,7 @@
all: eboard nls-dicts
diff --git a/games-board/eboard/files/eboard-1.1.1-gcc44.patch b/games-board/eboard/files/eboard-1.1.1-gcc44.patch
index 43a26393d4f4..60e7d81fcdb2 100644
--- a/games-board/eboard/files/eboard-1.1.1-gcc44.patch
+++ b/games-board/eboard/files/eboard-1.1.1-gcc44.patch
@@ -1,5 +1,5 @@
---- ntext.cc
-+++ ntext.cc
+--- a/ntext.cc
++++ b/ntext.cc
@@ -244,7 +244,7 @@
return;
}
diff --git a/games-board/eboard/files/eboard-1.1.1-libpng15.patch b/games-board/eboard/files/eboard-1.1.1-libpng15.patch
index 8ab283259f79..cd0ccf8b4f20 100644
--- a/games-board/eboard/files/eboard-1.1.1-libpng15.patch
+++ b/games-board/eboard/files/eboard-1.1.1-libpng15.patch
@@ -1,5 +1,5 @@
---- cimg.cc
-+++ cimg.cc
+--- a/cimg.cc
++++ b/cimg.cc
@@ -94,11 +95,11 @@
ct == PNG_COLOR_TYPE_GRAY_ALPHA)
png_set_gray_to_rgb(pngp);
diff --git a/games-board/eboard/files/eboard-1.1.1-ovflfix.patch b/games-board/eboard/files/eboard-1.1.1-ovflfix.patch
index 4a586b2b70a3..b09c4dba880f 100644
--- a/games-board/eboard/files/eboard-1.1.1-ovflfix.patch
+++ b/games-board/eboard/files/eboard-1.1.1-ovflfix.patch
@@ -1,5 +1,5 @@
---- proto_xboard.cc.old 2010-11-03 16:42:15.000000000 +0100
-+++ proto_xboard.cc 2010-11-03 16:43:14.000000000 +0100
+--- a/proto_xboard.cc 2010-11-03 16:42:15.000000000 +0100
++++ b/proto_xboard.cc 2010-11-03 16:43:14.000000000 +0100
@@ -1084,7 +1084,7 @@
snprintf(EngineCommandLine,512,"crafty bookpath=%s logpath=%s tbpath=%s",
BookPath,LogPath,LogPath);
@@ -9,8 +9,8 @@
else
strcpy(EngineRunDir,"/tmp");
---- util.cc.old 2010-11-03 16:42:24.000000000 +0100
-+++ util.cc 2010-11-03 16:43:42.000000000 +0100
+--- a/util.cc 2010-11-03 16:42:24.000000000 +0100
++++ b/util.cc 2010-11-03 16:43:42.000000000 +0100
@@ -783,7 +783,7 @@
int i,n;
char cmd[1024];