diff options
author | pooka <pooka@pkgsrc.org> | 2000-04-14 17:31:27 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-04-14 17:31:27 +0000 |
commit | 528893d83763debe64d4e078dc6b6ca0bb5aa212 (patch) | |
tree | 53f6bcfc44d681ed132abdfe823aefb0ea1be591 /games/nethack-qt/patches | |
parent | f2150ddd8f66053fd1742e6db2fb0c4ac2cc18ac (diff) | |
download | pkgsrc-528893d83763debe64d4e078dc6b6ca0bb5aa212.tar.gz |
Add file forgotten in last commit, this is to fix problem with x11tiles.
Diffstat (limited to 'games/nethack-qt/patches')
-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; |