found 566916 332.25-7
tags 566916 +patch
--
Hi,
please drop b-dep on kfreebsd-kernel-headers, as it is build-essential
on GNU/kFreeBSD. The real problem is "#define __APPLE_API_PRIVATE".
Please alter 20-apple_specific_files.patch as show bellow.
Thanks
Petr
--- include/sys/appleapiopts.h
+++ include/sys/appleapiopts.h
@@ -42,10 +42,6 @@
#define __APPLE_API_UNSTABLE
#endif /* __APPLE_API_UNSTABLE */
-#ifndef __APPLE_API_PRIVATE
-#define __APPLE_API_PRIVATE
-#endif /* __APPLE_API_PRIVATE */
-
#ifndef __APPLE_API_OBSOLETE
#define __APPLE_API_OBSOLETE
#endif /* __APPLE_API_OBSOLETE */
--- include/hfs/hfs_format.h
+++ include/hfs/hfs_format.h
@@ -59,7 +59,7 @@
}PACKED_S;
-#ifdef __APPLE_API_PRIVATE
+#if 1
/*
* Mac OS X has a special directory for linked and unlinked files (HFS Plus
only).
* This directory and its contents are never exported from the filesystem under
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]