summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dx/patches/patch-au')
-rw-r--r--graphics/dx/patches/patch-au14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/dx/patches/patch-au b/graphics/dx/patches/patch-au
deleted file mode 100644
index 23870a53933..00000000000
--- a/graphics/dx/patches/patch-au
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-au,v 1.1 2003/11/16 15:58:52 cube Exp $
-
---- src/uipp/widgets/NumberInput.h.orig 2002-01-13 18:48:48.000000000 +0100
-+++ src/uipp/widgets/NumberInput.h
-@@ -11,8 +11,7 @@
- #include <ctype.h> /* issspace(), isdigit(), isalnum() */
- #include <stdlib.h> /* strtod() */
- #include <errno.h> /* errno, ERANGE */
--#define XK_MISCELLANY 1
--#include <X11/keysymdef.h>
-+#include <X11/keysym.h>
-
- #if defined(__cplusplus) || defined(c_plusplus)
- extern "C" {