Files
pkgsrc-ng/editors/elvis/patches/patch-ae
2016-11-18 22:39:22 +01:00

17 lines
512 B
Plaintext

$NetBSD: patch-ae,v 1.2 2015/12/29 04:22:33 dholland Exp $
Fix symbol name conflict with freetype.
--- 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 */