summaryrefslogtreecommitdiff
path: root/editors/elvis/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-26 10:21:55 +0000
committerrillig <rillig@pkgsrc.org>2006-06-26 10:21:55 +0000
commit9a023f4670c9dafef12c313670ab89a0a34080ac (patch)
treed79163ea474a94bf318643a9b40513b3b7931461 /editors/elvis/patches
parent7a292fa1e317f4e42f0393c0ec2b0392928e05c3 (diff)
downloadpkgsrc-9a023f4670c9dafef12c313670ab89a0a34080ac.tar.gz
Added patch-ae, which resolves a name collision (FT_FILE) with FreeType.
Diffstat (limited to 'editors/elvis/patches')
-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 */