Do not use host includes, especially on 64-bits nomultilib systems
[packages.git] / libs / speex / patches / 001-remove_host_includes.patch
1 diff -urN speex-1.2beta3.2/libspeex/Makefile.am speex-1.2beta3.2.new/libspeex/Makefile.am
2 --- speex-1.2beta3.2/libspeex/Makefile.am       2008-04-10 04:36:35.000000000 +0200
3 +++ speex-1.2beta3.2.new/libspeex/Makefile.am   2008-07-10 22:27:47.000000000 +0200
4 @@ -4,7 +4,7 @@
5  
6  EXTRA_DIST=echo_diagnostic.m
7  
8 -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
9 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
10  
11  lib_LTLIBRARIES = libspeex.la libspeexdsp.la
12  
13 diff -urN speex-1.2beta3.2/libspeex/Makefile.in speex-1.2beta3.2.new/libspeex/Makefile.in
14 --- speex-1.2beta3.2/libspeex/Makefile.in       2008-04-10 18:07:52.000000000 +0200
15 +++ speex-1.2beta3.2.new/libspeex/Makefile.in   2008-07-10 22:31:58.000000000 +0200
16 @@ -263,7 +263,7 @@
17  sysconfdir = @sysconfdir@
18  target_alias = @target_alias@
19  EXTRA_DIST = echo_diagnostic.m
20 -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
21 +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
22  lib_LTLIBRARIES = libspeex.la libspeexdsp.la
23  
24  # Sources for compilation in the library