]> git.pld-linux.org Git - packages/crafty.git/blobdiff - crafty-paths.patch
- remove binary sources to distfiles
[packages/crafty.git] / crafty-paths.patch
index e2d5ad074fcc2a5c6fa02f6ccbdddfbe8ad93dac..a7026a825a3f6fb871a63a227e6d8083111c96ff 100644 (file)
@@ -1,18 +1,29 @@
---- chess.h.orig       Tue Mar 27 11:10:52 2001
-+++ chess.h    Mon Apr  2 01:27:45 2001
-@@ -190,13 +190,13 @@
- #  endif
+--- ./chess.h.org      2007-11-18 11:40:45.390602131 +0100
++++ ./chess.h  2007-11-18 11:42:18.652054921 +0100
+@@ -131,7 +131,7 @@
+ #  define UNIX          /* system is unix-based                       */
+ #endif
+ #if !defined(BOOKDIR)
+-#  define     BOOKDIR        "."
++#  define     BOOKDIR        "/usr/share/crafty"
+ #endif
+ #if !defined(PERSDIR)
+ #  define     PERSDIR        "."
+@@ -140,7 +140,7 @@
+ #  define      LOGDIR        "."
+ #endif
+ #if !defined(TBDIR)
+-#  define       TBDIR     "./TB"
++#  define       TBDIR     "/usr/share/crafty/TB"
+ #endif
+ #if !defined(RCDIR)
+ #  define       RCDIR        "."
+@@ -1072,7 +1072,7 @@ extern void WinFreeInterleaved(void *, s
+ #  include "inlinex86.h"
+ #endif
+ #if defined(UNIX)
+-#  define SPEAK "./speak "
++#  define SPEAK "/usr/bin/crafty-speak "
  #else
- #  if !defined(BOOKDIR)
--#    define     BOOKDIR        "."
-+#    define     BOOKDIR        "/usr/lib/games/crafty"
- #  endif
- #  if !defined(LOGDIR)
- #    define      LOGDIR        "."
- #  endif
- #  if !defined(TBDIR)
--#    define       TBDIR     "./TB"
-+#    define       TBDIR     "/usr/games/lib/crafty/TB"
- #  endif
- #  if !defined(RCDIR)
- #    define       RCDIR        "."
+ #  define SPEAK ".\\Speak.exe "
+ #endif
This page took 0.027458 seconds and 4 git commands to generate.