blob: 5e7b056b526f185f5a72572c1199e84bf0d2ccdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur libarchive-1.02.027/archive_platform.h libarchive-1.02.027-osx/archive_platform.h
--- libarchive-1.02.027/archive_platform.h 2005-06-10 17:02:54.000000000 +0200
+++ libarchive-1.02.027-osx/archive_platform.h 2005-07-23 00:11:01.000000000 +0200
@@ -126,7 +126,7 @@
* acl_set_file(), we assume it has the rest of the POSIX.1e draft
* functions used in archive_read_extract.c.
*/
-#if HAVE_SYS_ACL_H && HAVE_ACL_CREATE_ENTRY && HAVE_ACL_INIT && HAVE_ACL_SET_FILE
+#if HAVE_SYS_ACL_H && HAVE_ACL_CREATE_ENTRY && HAVE_ACL_INIT && HAVE_ACL_SET_FILE && ! __APPLE__
#define HAVE_POSIX_ACL 1
#endif
|