pkgsrc/x11/xmx/patches/patch-cc
dholland 019aff8e20 Fix the "minor PLIST problems" and unmark this as only for SunOS.
Add proper deps.
Add destdir support.
And, finally, make it build properly. (82 (small) patches later...)
2008-08-31 06:52:29 +00:00

13 lines
408 B
Text

$NetBSD: patch-cc,v 1.1 2008/08/31 06:52:29 dholland Exp $
--- server/inp.c~ 1998-05-04 15:09:44.000000000 -0400
+++ server/inp.c 2008-08-31 01:35:30.000000000 -0400
@@ -45,6 +45,8 @@
************************************************************************/
#define NEED_REPLIES
#define NEED_EVENTS
+#include <stdlib.h>
+#include <string.h>
#include <X11/Xproto.h>
#include <X11/X.h>
#include <xmc.h>