summaryrefslogtreecommitdiff
path: root/games/nethack-qt
diff options
context:
space:
mode:
authorpooka <pooka>2000-04-14 17:31:27 +0000
committerpooka <pooka>2000-04-14 17:31:27 +0000
commit1c1146b2d1702f550cfef5bb66a63b708aad3099 (patch)
tree53f6bcfc44d681ed132abdfe823aefb0ea1be591 /games/nethack-qt
parent3910ce261e3ce6c8d5570ab8dfeeb302da5c553b (diff)
downloadpkgsrc-1c1146b2d1702f550cfef5bb66a63b708aad3099.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;