summaryrefslogtreecommitdiff
path: root/editors/elvis/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'editors/elvis/patches/patch-ae')
-rw-r--r--editors/elvis/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/elvis/patches/patch-ae b/editors/elvis/patches/patch-ae
new file mode 100644
index 00000000000..b29d67c9b29
--- /dev/null
+++ b/editors/elvis/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2006/06/26 10:21:55 rillig Exp $
+
+--- guix11/xdialog.h.orig 2006-06-26 12:17:12.000000000 +0200
++++ guix11/xdialog.h 2006-06-26 12:19:24.000000000 +0200
+@@ -1,5 +1,9 @@
+ /* xdialog.h */
+
++/* Let's hope that there will be no conflict with FreeType,
++ * which had defined this to FILE. */
++#undef FT_FILE
++
+ typedef enum {
+ FT_DEFAULT, /* dummy value, for fields with no explicit type */
+ FT_ONEOF, /* one of a preset list; includes boolean */