pkgsrc/x11/xmx/patches/patch-cr
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

12 lines
328 B
Text

$NetBSD: patch-cr,v 1.1 2008/08/31 06:52:29 dholland Exp $
--- server/request.c~ 1998-04-29 14:54:43.000000000 -0400
+++ server/request.c 2008-08-31 01:48:49.000000000 -0400
@@ -31,6 +31,7 @@
#ifdef _AIX
#include <sys/select.h>
#endif
+#include <stdlib.h>
#define NEED_REPLIES
#define NEED_EVENTS
#include <X11/Xproto.h>