* [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-sdk/files: ladspa-sdk-1.13-fbsd.patch
@ 2008-03-01 13:29 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-03-01 13:29 UTC (permalink / raw
To: gentoo-commits
aballier 08/03/01 13:29:45
Added: ladspa-sdk-1.13-fbsd.patch
Log:
fix build on g/fbsd
(Portage version: 2.1.4.4)
Revision Changes Path
1.1 media-libs/ladspa-sdk/files/ladspa-sdk-1.13-fbsd.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-sdk/files/ladspa-sdk-1.13-fbsd.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-sdk/files/ladspa-sdk-1.13-fbsd.patch?rev=1.1&content-type=text/plain
Index: ladspa-sdk-1.13-fbsd.patch
===================================================================
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>
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-01 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 13:29 [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-sdk/files: ladspa-sdk-1.13-fbsd.patch Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox