summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-current/patches/patch-af')
-rw-r--r--editors/xemacs-current/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/xemacs-current/patches/patch-af b/editors/xemacs-current/patches/patch-af
new file mode 100644
index 00000000000..b40f4d7feb2
--- /dev/null
+++ b/editors/xemacs-current/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2003/04/23 22:54:43 martin Exp $
+
+--- src/console-x.h.orig 2003-04-23 23:36:37.000000000 +0200
++++ src/console-x.h 2003-04-23 23:37:07.000000000 +0200
+@@ -33,7 +33,7 @@
+ #ifndef INCLUDED_console_x_h_
+ #define INCLUDED_console_x_h_
+
+-#ifdef HAVE_X_WINDOWS
++#if defined(HAVE_X_WINDOWS) || defined(HAVE_GTK)
+
+ #include "console.h"
+ #include "xintrinsic.h"