diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-05-27 13:49:44 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-05-27 13:49:44 +0000 |
commit | 6c5a823e8fa510128c272904d70ab4c7d5e4e253 (patch) | |
tree | 9221f3fc26e39be604f797f59e67677a66dd4221 /x11-fonts | |
parent | Add p5-Test-Assertions 1.054, a simple set of building blocks for both (diff) |
Fix the build of x11-fonts/xmbdfed with gcc42.
PR: ports/113019
Submitted by: keramida
Approved by: pav
Notes
Notes:
svn path=/head/; revision=192032
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xmbdfed/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
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[]; |