diff options
author | pooka <pooka> | 2000-04-14 17:31:27 +0000 |
---|---|---|
committer | pooka <pooka> | 2000-04-14 17:31:27 +0000 |
commit | 74f4b114943d4ea94caaff17f1c9609b717a8142 (patch) | |
tree | 53f6bcfc44d681ed132abdfe823aefb0ea1be591 /games/nethack-qt | |
parent | 375acd41b2b7e581f5dd87d587f86947e58c8b26 (diff) | |
download | pkgsrc-74f4b114943d4ea94caaff17f1c9609b717a8142.tar.gz |
Add file forgotten in last commit, this is to fix problem with x11tiles.
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nethack-qt/patches/patch-ad b/games/nethack-qt/patches/patch-ad new file mode 100644 index 00000000000..92cb0b251b6 --- /dev/null +++ b/games/nethack-qt/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2000/04/14 17:31:27 pooka Exp $ + +--- win/Qt/qt_win.cpp.orig Sat Dec 11 07:21:09 1999 ++++ win/Qt/qt_win.cpp Fri Apr 14 17:16:15 2000 +@@ -3410,7 +3410,7 @@ + + NetHackQtGlyphs::NetHackQtGlyphs() + { +- const char* tile_file = "x11tiles"; ++ const char* tile_file = "tiles.xpm"; + + int tw = TILEWBASE; + int th = TILEHBASE; |