Files
pkgsrc-ng/audio/alsa-lib/patches/patch-af
2013-09-26 17:14:40 +02:00

23 lines
484 B
Plaintext

$NetBSD: patch-af,v 1.3 2012/02/15 19:43:51 hans Exp $
--- include/search.h.orig 2008-10-29 08:42:10.000000000 -0400
+++ include/search.h
@@ -20,7 +20,17 @@
#ifndef _SEARCH_H
#define _SEARCH_H 1
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
#include <features.h>
+#else
+#ifdef __sun
+#define __P(x) x
+#define __BEGIN_DECLS
+#define __END_DECLS
+#endif
+#define __PMT __P
+typedef void * __ptr_t;
+#endif
#define __need_size_t
#include <stddef.h>