019aff8e20
Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
12 lines
394 B
Text
12 lines
394 B
Text
$NetBSD: patch-be,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/cblock.c~ 1998-03-18 14:37:05.000000000 -0500
|
|
+++ server/cblock.c 2008-08-31 00:29:03.000000000 -0400
|
|
@@ -29,6 +29,7 @@
|
|
* *
|
|
************************************************************************/
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <X11/Xproto.h>
|
|
#include "xmx.h"
|
|
#include "incl/cblock.pvt.h"
|