Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
14 lines
411 B
Text
14 lines
411 B
Text
$NetBSD: patch-dh,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/vconf.c~ 1998-05-05 15:00:20.000000000 -0400
|
|
+++ server/vconf.c 2008-08-31 02:26:08.000000000 -0400
|
|
@@ -43,6 +43,9 @@
|
|
* without merging. *
|
|
* *
|
|
************************************************************************/
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
+
|
|
#include <X11/X.h>
|
|
#define NEED_REPLIES
|
|
#define NEED_EVENTS
|