Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
13 lines
402 B
Text
13 lines
402 B
Text
$NetBSD: patch-bw,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/font.c~ 1998-02-25 16:59:05.000000000 -0500
|
|
+++ server/font.c 2008-08-31 01:30:38.000000000 -0400
|
|
@@ -26,6 +26,8 @@
|
|
* *
|
|
************************************************************************/
|
|
#define NEED_REPLIES
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <X11/Xproto.h>
|
|
#include <X11/X.h>
|
|
#include "xmx.h"
|