diff options
author | skrll <skrll@pkgsrc.org> | 2000-12-31 12:37:46 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-12-31 12:37:46 +0000 |
commit | 3305ed73b7b08c53f9a61913abc29f9825b18238 (patch) | |
tree | 6d2d732a9de85c8244c3b1574fc675c3311d719e /x11/Xbae | |
parent | bbb3a7cfa2558157a48b7924361e9b25fb5d1c2e (diff) | |
download | pkgsrc-3305ed73b7b08c53f9a61913abc29f9825b18238.tar.gz |
Explicitly include stdio for fprintf and stderr. This should fix the build
problems with the new lesstif.
Diffstat (limited to 'x11/Xbae')
-rw-r--r-- | x11/Xbae/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/Xbae/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
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 <string.h> + ++#include <stdio.h> ++ + #include <ctype.h> + #include <Xbae/InputP.h> + #if XmVersion <= 1001 |