From ca9ee25ca2d339384b429bc11abf82d698420132 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 24 May 2010 23:02:17 +0000 Subject: [PATCH] static should be different from extern --- x11/xmbdfed/patches/patch-setup_c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/xmbdfed/patches/patch-setup_c diff --git a/x11/xmbdfed/patches/patch-setup_c b/x11/xmbdfed/patches/patch-setup_c new file mode 100644 index 00000000000..baade2b2709 --- /dev/null +++ b/x11/xmbdfed/patches/patch-setup_c @@ -0,0 +1,11 @@ +$OpenBSD: patch-setup_c,v 1.1 2010/05/24 23:02:17 espie Exp $ +--- setup.c.orig Tue May 25 00:59:23 2010 ++++ setup.c Tue May 25 00:59:58 2010 +@@ -92,6 +92,7 @@ typedef struct { + Boolean saved; + } MXFEditorSetup; + ++#define active_editor myactive_editor + static unsigned long active_editor; + static MXFEditorSetup setup; + static MXFEditorOtherOptions other;