diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-17 19:42:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-17 19:42:59 +0000 |
commit | 546b92d9dd3c7ba0c543813fe0ba50fbe3962b34 (patch) | |
tree | aeb9bc8beddaf4542131902dd10e70b06894b25b /fonts | |
parent | 87a58961c5f24a44a8b828e7c9ca51269df4233c (diff) | |
download | pkgsrc-546b92d9dd3c7ba0c543813fe0ba50fbe3962b34.tar.gz |
Make this package build with gcc-4.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/xmbdfed/distinfo | 3 | ||||
-rw-r--r-- | fonts/xmbdfed/patches/patch-ac | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/fonts/xmbdfed/distinfo b/fonts/xmbdfed/distinfo index 72b5b57a874..fa4ea04f4e6 100644 --- a/fonts/xmbdfed/distinfo +++ b/fonts/xmbdfed/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 19:18:29 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/06/17 19:42:59 minskim Exp $ SHA1 (xmbdfed-4.5.tar.gz) = 325f2f3a8ae68b3f5d22ff9bdd115d30cdd743db RMD160 (xmbdfed-4.5.tar.gz) = a6c1d9202e6d978dbc0aaa1fb6389a3d14b16c26 Size (xmbdfed-4.5.tar.gz) = 282055 bytes SHA1 (patch-aa) = c56292901cfe776c26fc21da2b851aa2fccf2e02 SHA1 (patch-ab) = eb5c46e723988cf9febf65f64e0b142ce8dccde3 +SHA1 (patch-ac) = c62140d171ea96418d48ee4b236cde8bb87b545d diff --git a/fonts/xmbdfed/patches/patch-ac b/fonts/xmbdfed/patches/patch-ac new file mode 100644 index 00000000000..2176141f126 --- /dev/null +++ b/fonts/xmbdfed/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2006/06/17 19:42:59 minskim Exp $ + +--- xmbdfed.h.orig 2001-11-09 14:01:52.000000000 -0800 ++++ xmbdfed.h +@@ -258,7 +258,6 @@ extern Widget top, questd, errd, saved, + 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[]; |