aboutsummaryrefslogtreecommitdiffstats
path: root/main/ntfs-3g/musl-fixes.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-12-17 14:36:08 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-12-17 14:36:08 +0000
commit9e3938adb923253fc79611ea71fe4c23af243f2c (patch)
treed413880a9e6b28e09ca5894bb47d208504ca0509 /main/ntfs-3g/musl-fixes.patch
parent7e57a8a81d1ebb0be378f712c18e63f30c847145 (diff)
downloadaports-9e3938adb923253fc79611ea71fe4c23af243f2c.tar.bz2
aports-9e3938adb923253fc79611ea71fe4c23af243f2c.tar.xz
main/ntfs-3g: fix musl build, remove unneeded patch
Diffstat (limited to 'main/ntfs-3g/musl-fixes.patch')
-rw-r--r--main/ntfs-3g/musl-fixes.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/main/ntfs-3g/musl-fixes.patch b/main/ntfs-3g/musl-fixes.patch
new file mode 100644
index 0000000000..258588c7ce
--- /dev/null
+++ b/main/ntfs-3g/musl-fixes.patch
@@ -0,0 +1,20 @@
+--- ntfs-3g_ntfsprogs-2013.1.13.orig/libfuse-lite/fusermount.c
++++ ntfs-3g_ntfsprogs-2013.1.13/libfuse-lite/fusermount.c
+@@ -18,6 +18,7 @@
+ #include <getopt.h>
+ #include <errno.h>
+ #include <fcntl.h>
++#include <paths.h>
+ #include <pwd.h>
+
+ #ifdef __SOLARIS__
+--- ntfs-3g_ntfsprogs-2013.1.13.orig/libfuse-lite/mount_util.c
++++ ntfs-3g_ntfsprogs-2013.1.13/libfuse-lite/mount_util.c
+@@ -14,6 +14,7 @@
+ #include <string.h>
+ #include <dirent.h>
+ #include <errno.h>
++#include <paths.h>
+ #include <limits.h>
+ #include <sys/stat.h>
+ #include <sys/wait.h>