pkgsrc/editors/elvis/patches/patch-ae

14 lines
469 B
Text

$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 */