From 6c5a823e8fa510128c272904d70ab4c7d5e4e253 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Sun, 27 May 2007 13:49:44 +0000 Subject: [PATCH] Fix the build of x11-fonts/xmbdfed with gcc42. PR: ports/113019 Submitted by: keramida Approved by: pav --- x11-fonts/xmbdfed/files/patch-ac | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x11-fonts/xmbdfed/files/patch-ac diff --git a/x11-fonts/xmbdfed/files/patch-ac b/x11-fonts/xmbdfed/files/patch-ac new file mode 100644 index 000000000000..8dc47c1f0df7 --- /dev/null +++ b/x11-fonts/xmbdfed/files/patch-ac @@ -0,0 +1,10 @@ +--- xmbdfed.h.orig Sat May 26 05:29:27 2007 ++++ xmbdfed.h Sat May 26 05:29:38 2007 +@@ -280,7 +280,6 @@ + extern XtAppContext app; + extern Boolean yes_no_answer; + extern Boolean yes_no_done; +-extern unsigned long active_editor; + extern String app_name; + extern String app_class; + extern char title[];