summaryrefslogtreecommitdiff
path: root/games/nethack-qt/patches/patch-aa
blob: e039d77df09d3ffa5c7d23dc1e05a9f93d65ccf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.5 2000/08/10 17:50:11 pooka Exp $

--- include/config.h.orig	Sat Jul 22 04:13:51 2000
+++ include/config.h	Thu Aug 10 19:55:36 2000
@@ -42,9 +42,9 @@
  * Define all of those you want supported in your binary.
  * Some combinations make no sense.  See the installation document.
  */
-#define TTY_GRAPHICS	/* good old tty based graphics */
+/* #define TTY_GRAPHICS	/* good old tty based graphics */
 /* #define X11_GRAPHICS */	/* X11 interface */
-/* #define QT_GRAPHICS */	/* Qt interface */
+#define QT_GRAPHICS */	/* Qt interface */
 /* #define GNOME_GRAPHICS */	/* Gnome interface */
 
 /*