You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/ladspa-sdk/files/ladspa-sdk-1.13-fbsd.patch

17 lines
440 B

Index: ladspa_sdk/src/applyplugin.c
===================================================================
--- ladspa_sdk.orig/src/applyplugin.c
+++ ladspa_sdk/src/applyplugin.c
@@ -6,7 +6,11 @@
/*****************************************************************************/
#include <dlfcn.h>
+#ifdef __FreeBSD__
+#include <machine/endian.h>
+#else
#include <endian.h>
+#endif
#include <errno.h>
#include <math.h>
#include <stdlib.h>