From 3305ed73b7b08c53f9a61913abc29f9825b18238 Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 31 Dec 2000 12:37:46 +0000 Subject: Explicitly include stdio for fprintf and stderr. This should fix the build problems with the new lesstif. --- x11/Xbae/files/patch-sum | 3 ++- x11/Xbae/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 x11/Xbae/patches/patch-aa diff --git a/x11/Xbae/files/patch-sum b/x11/Xbae/files/patch-sum index 23295721db9..b953b184f5a 100644 --- a/x11/Xbae/files/patch-sum +++ b/x11/Xbae/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/06/19 11:19:37 drochner Exp $ +$NetBSD: patch-sum,v 1.4 2000/12/31 12:37:46 skrll Exp $ +MD5 (patch-aa) = b02bc580a6a3859736f34f0a639f4f12 MD5 (patch-ac) = 175fc01c124c2e85ce6925ce2bda4c08 diff --git a/x11/Xbae/patches/patch-aa b/x11/Xbae/patches/patch-aa new file mode 100644 index 00000000000..f1245a54e76 --- /dev/null +++ b/x11/Xbae/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2000/12/31 12:37:47 skrll Exp $ + +--- src/Input.c.orig Sun Dec 31 12:29:54 2000 ++++ src/Input.c +@@ -34,6 +34,8 @@ + /* For memmove/bcopy */ + #include + ++#include ++ + #include + #include + #if XmVersion <= 1001 -- cgit v1.2.3