mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
xar version from macOS 12.3 and up Bug: https://bugs.gentoo.org/820641 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
12 lines
227 B
Diff
12 lines
227 B
Diff
don't do availability stuff on non-Darwin
|
|
|
|
--- a/include/xar.h.in
|
|
+++ b/include/xar.h.in
|
|
@@ -52,6 +52,7 @@
|
|
#import <os/availability.h>
|
|
#else
|
|
#define API_DEPRECATED(...)
|
|
+#define API_AVAILABLE(...)
|
|
#endif
|
|
|
|
#pragma pack(4)
|