Files @ 8970befcf800
Branch filter:

Location: ohnobinki_overlay/media-libs/ladspa-sdk/files/ladspa-sdk-1.13-fbsd.patch

binki
dev-games/supertux-editor: Bump to supertux-editor-0.3_pre20110307 which includes the convenient https://supertux.lethargik.org/bugs/view.php?id=745 .

(Portage version: 2.2.0_alpha24/hg/Linux i686, unsigned Manifest commit)
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>