pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/kBuild wants limit.h (?)
On my machine,
NetBSD fujiwara 7.0_RC1 NetBSD 7.0_RC1 (GENERIC.201506190427Z) amd64
I needed attached patch for wip/kBuild (kBuild-0.1.5p2).
(Am I the only one to see this ? And is this the right fix ?)
Thanks,
---
mef%NetBSD.org@localhost
Makoto Fujiwara,
$NetBSD$
On NetBSD/amd64, 7.0_RC1, CHAR_MIN is not defined
--- src/ash/syntax.h.orig 2007-01-29 14:54:36.000000000 +0900
+++ src/ash/syntax.h 2015-08-14 12:06:46.000000000 +0900
@@ -36,6 +36,7 @@
#include <sys/cdefs.h>
#endif
#include <ctype.h>
+#include <limits.h>
/* Syntax classes */
#define CWORD 0 /* character is nothing special */
Home |
Main Index |
Thread Index |
Old Index