diff options
Diffstat (limited to 'games/yahtzee/files/patch-config.h')
-rw-r--r-- | games/yahtzee/files/patch-config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/yahtzee/files/patch-config.h b/games/yahtzee/files/patch-config.h new file mode 100644 index 000000000000..5f2e4544d659 --- /dev/null +++ b/games/yahtzee/files/patch-config.h @@ -0,0 +1,12 @@ +--- config.h.orig Sat Jan 25 17:41:05 1992 ++++ config.h Wed Nov 8 04:47:56 2000 +@@ -1,7 +1,9 @@ + #ifndef _config_H_ + #define _config_H_ + ++#ifndef SCOREDIR + #define SCOREDIR "/usr/local/lib" ++#endif + #define SCOREFNAME "yahtzee.sco" /* must allow .L extension */ + + #define NUM_TOP_PLAYERS 10 |