summaryrefslogtreecommitdiffstats
path: root/main/newt/fix-includes.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-09-27 14:14:22 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-09-27 14:22:25 +0000
commit9a3d8e391a5c1481a66fa4fc7e679171fe6a2152 (patch)
treecc1e64119632142a46e00e21966f8cc4dc82d546 /main/newt/fix-includes.patch
parent488443722c56299f15c69a64e1e8554e0bc55535 (diff)
downloadaports-9a3d8e391a5c1481a66fa4fc7e679171fe6a2152.tar.bz2
aports-9a3d8e391a5c1481a66fa4fc7e679171fe6a2152.tar.xz
main/newt: fix includes (to build against musl)
Diffstat (limited to 'main/newt/fix-includes.patch')
-rw-r--r--main/newt/fix-includes.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/newt/fix-includes.patch b/main/newt/fix-includes.patch
new file mode 100644
index 000000000..0995b6d8e
--- /dev/null
+++ b/main/newt/fix-includes.patch
@@ -0,0 +1,8 @@
+--- newt-0.52.11.orig/whiptail.c
++++ newt-0.52.11/whiptail.c
+@@ -1,4 +1,5 @@
+ #include "config.h"
++#include <sys/stat.h>
+ #include <fcntl.h>
+ #include <popt.h>
+ #include <stdio.h>