Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-sdk/files: ladspa-sdk-1.13-fbsd.patch
Date: Sat, 01 Mar 2008 13:29:47
Message-Id: E1JVRmb-0000So-1n@stork.gentoo.org
1 aballier 08/03/01 13:29:45
2
3 Added: ladspa-sdk-1.13-fbsd.patch
4 Log:
5 fix build on g/fbsd
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 media-libs/ladspa-sdk/files/ladspa-sdk-1.13-fbsd.patch
10
11 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
12 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
13
14 Index: ladspa-sdk-1.13-fbsd.patch
15 ===================================================================
16 Index: ladspa_sdk/src/applyplugin.c
17 ===================================================================
18 --- ladspa_sdk.orig/src/applyplugin.c
19 +++ ladspa_sdk/src/applyplugin.c
20 @@ -6,7 +6,11 @@
21 /*****************************************************************************/
22
23 #include <dlfcn.h>
24 +#ifdef __FreeBSD__
25 +#include <machine/endian.h>
26 +#else
27 #include <endian.h>
28 +#endif
29 #include <errno.h>
30 #include <math.h>
31 #include <stdlib.h>
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list