Files
haikuports/sys-devel/make/patches/make-4.2.1.patchset
Jerome Duval 5aaa3fb967 make: replace 4.2 with 4.2.1.
* 4.1 stays the active version because 4.2.1 still doesn't behave
correctly with parallel builds.
2017-11-04 01:00:39 +01:00

23 lines
637 B
Plaintext

From aa0681736940d18a5eb4a7bfad3b70f77159ef83 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Fri, 26 Feb 2016 14:51:15 +0000
Subject: Haiku patch
diff --git a/arscan.c b/arscan.c
index 549fe1e..17430f5 100644
--- a/arscan.c
+++ b/arscan.c
@@ -331,7 +331,7 @@ ar_scan (const char *archive, ar_member_func_t function, const void *varg)
#endif
#ifndef WINDOWS32
-# if !defined (__ANDROID__) && !defined (__BEOS__)
+# if !defined (__ANDROID__) && !defined (__BEOS__) && !defined (__HAIKU__)
# include <ar.h>
# else
/* These platforms don't have <ar.h> but have archives in the same format
--
2.2.2