Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
12 lines
409 B
Text
12 lines
409 B
Text
$NetBSD: patch-co,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/ptc.c~ 1998-04-27 11:31:58.000000000 -0400
|
|
+++ server/ptc.c 2008-08-31 01:41:24.000000000 -0400
|
|
@@ -28,6 +28,7 @@
|
|
* and apply X protocol translation "programs." *
|
|
* *
|
|
************************************************************************/
|
|
+#include <stdlib.h>
|
|
#define NEED_REPLIES
|
|
#define NEED_EVENTS
|
|
#include <X11/X.h>
|