Files @ a9be038f9b42
Branch filter:

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

binki
dev-tex/tex4ht: Replace imagemagick RDEPEND with one on either imagemagick or graphicsmagick.

(Portage version: 2.2.0_alpha2-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
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>