summaryrefslogtreecommitdiff
path: root/games/nethack-qt
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2000-04-14 17:31:27 +0000
committerpooka <pooka@pkgsrc.org>2000-04-14 17:31:27 +0000
commit528893d83763debe64d4e078dc6b6ca0bb5aa212 (patch)
tree53f6bcfc44d681ed132abdfe823aefb0ea1be591 /games/nethack-qt
parentf2150ddd8f66053fd1742e6db2fb0c4ac2cc18ac (diff)
downloadpkgsrc-528893d83763debe64d4e078dc6b6ca0bb5aa212.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-ad13
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;