diff options
Diffstat (limited to 'games/xkobo/patches/patch-aa')
-rw-r--r-- | games/xkobo/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xkobo/patches/patch-aa b/games/xkobo/patches/patch-aa new file mode 100644 index 00000000000..621b23d399c --- /dev/null +++ b/games/xkobo/patches/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile.orig Fri Jan 10 03:29:36 1997 ++++ Imakefile Wed Nov 12 10:55:46 1997 +@@ -6,7 +6,7 @@ + SHIPS = 5 + + /* RECORDS */ +-HSCORE_DIR = /usr/local/games/xkobo-scores ++HSCORE_DIR = $(LIBDIR)/xkobo-scores + + /* C++ COMPILER */ + /* CXX = g++ */ |