[PATCH] xfree86: Fix build on Linux/alpha.

Daniel Stone daniel at fooishbar.org
Mon Aug 20 05:55:39 PDT 2007


On Mon, Aug 20, 2007 at 01:35:59PM +0200, Julien Cristau wrote:
> A bunch of CFLAGS had gone missing, so the build failed with errors like:
> ../../../../../hw/xfree86/os-support/linux/lnx_ev56.c:7:19: error: input.h: No such file or directory
> ../../../../../hw/xfree86/os-support/linux/lnx_ev56.c:8:24: error: scrnintstr.h: No such file or directory
> ---
>  hw/xfree86/os-support/linux/Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/hw/xfree86/os-support/linux/Makefile.am b/hw/xfree86/os-support/linux/Makefile.am
> index 10f2440..5bb252b 100644
> --- a/hw/xfree86/os-support/linux/Makefile.am
> +++ b/hw/xfree86/os-support/linux/Makefile.am
> @@ -11,7 +11,7 @@ PLATFORM_PCI_SUPPORT = \
>         $(srcdir)/lnx_axp.c \
>         $(srcdir)/../shared/xf86Axp.c
>  
> -liblinuxev56_la_CFLAGS = -mcpu=ev56
> +liblinuxev56_la_CFLAGS = $(AM_CFLAGS) -mcpu=ev56
>  
>  liblinuxev56_la_SOURCES = lnx_ev56.c
>  endif

Ack, feel free to push to both.

Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg/attachments/20070820/66b96b6a/attachment.pgp>


More information about the xorg mailing list