summaryrefslogtreecommitdiffstats
path: root/system/xar/patches/xar-1.8.0.0.487-non-darwin.patch
diff options
context:
space:
mode:
author B. Watson2023-11-19 02:25:17 +0100
committer Willy Sudiarto Raharjo2023-11-25 16:12:45 +0100
commit83049cab394a398e97e2b43ce957c9279d7a3fa8 (patch)
tree9467db7bc429ed466ecb8b718dc509d7686d188c /system/xar/patches/xar-1.8.0.0.487-non-darwin.patch
parent00ee73279b9200eb74691d43a86355af74d264e9 (diff)
downloadslackbuilds-83049cab394a398e97e2b43ce957c9279d7a3fa8.tar.gz
system/xar: Updated for version 1.8dev+498.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xar/patches/xar-1.8.0.0.487-non-darwin.patch')
-rw-r--r--system/xar/patches/xar-1.8.0.0.487-non-darwin.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/xar/patches/xar-1.8.0.0.487-non-darwin.patch b/system/xar/patches/xar-1.8.0.0.487-non-darwin.patch
new file mode 100644
index 0000000000..c350f69f4c
--- /dev/null
+++ b/system/xar/patches/xar-1.8.0.0.487-non-darwin.patch
@@ -0,0 +1,12 @@
+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)