aboutsummaryrefslogtreecommitdiffstats
path: root/community/kbuild/sys-types.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-01-24 13:48:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-24 13:48:53 +0000
commit8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e (patch)
tree4cf70123201c43089e3e997ade668bffe76c4491 /community/kbuild/sys-types.patch
parent2e320f818729ac141b70d721a66fa8648b45c4c6 (diff)
downloadaports-8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e.tar.bz2
aports-8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e.tar.xz
community/kbuild: move from testing
Diffstat (limited to 'community/kbuild/sys-types.patch')
-rw-r--r--community/kbuild/sys-types.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/kbuild/sys-types.patch b/community/kbuild/sys-types.patch
new file mode 100644
index 0000000000..dccb48a23e
--- /dev/null
+++ b/community/kbuild/sys-types.patch
@@ -0,0 +1,14 @@
+diff --git a/src/kmk/kmkbuiltin/ftsfake.h b/src/kmk/kmkbuiltin/ftsfake.h
+index 2518d30..5410256 100644
+--- a/src/kmk/kmkbuiltin/ftsfake.h
++++ b/src/kmk/kmkbuiltin/ftsfake.h
+@@ -38,6 +38,9 @@
+ # include "kmkbuiltin/mscfakes.h"
+ #endif
+
++/* for u_int */
++#include <sys/types.h>
++
+ typedef struct {
+ struct _ftsent *fts_cur; /* current node */
+ struct _ftsent *fts_child; /* linked list of children */