openbsd-ports/devel/ccache/patches/patch-configure
2019-01-04 16:26:55 +00:00

19 lines
414 B
Plaintext

$OpenBSD: patch-configure,v 1.5 2019/01/04 16:26:55 sthen Exp $
Index: configure
--- configure.orig
+++ configure
@@ -4738,10 +4738,11 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdlib.h>
+ void test_fn(void) { qsort(NULL, 0, 0, (__compar_fn_t)NULL); }
int
main ()
{
-void test_fn(void) { qsort(NULL, 0, 0, (__compar_fn_t)NULL); }
+
;
return 0;
}