Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
13 lines
351 B
Text
13 lines
351 B
Text
$NetBSD: patch-ab,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- lib/Xmc/common.c~ 1998-04-01 18:51:21.000000000 -0500
|
|
+++ lib/Xmc/common.c 2008-08-31 00:16:29.000000000 -0400
|
|
@@ -27,6 +27,8 @@
|
|
#include <sys/select.h>
|
|
#endif
|
|
#include <sys/socket.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <errno.h>
|
|
#include <netdb.h>
|
|
#include <xmc.h>
|