On Sun, Aug 27, 2006 at 08:33:09PM +0200, Yannick Roehlly wrote:
> I've been trying the experimental packages on my ibook and I noticed that the 
> 16_s390_fix.diff makes xorg-xserver fail to build on my machine.
> 
> v 1:1.1.1-2 was building.
> v 2:1.1.1-4 was not
> v 2:1.1.1-4 without 16_s390_fix.diff was.
> 
> You'll find attached the last lines of the compilation where the error occurs.

> ../../../../../hw/xfree86/os-support/linux/lnx_video.c:652: undefined 
> reference to `iopl'
> ../../../../../hw/xfree86/os-support/linux/lnx_video.c:652: undefined 
> reference to `ioperm'

Here's the problem:
-#if !defined(__mc68000__) && !defined(__powerpc__) && [...] && 
!defined(__arm__)
+#if !defined(__mc68000__) && !defined(__powerpc__) && [...] && 
!defined(__arm__) || !defined(__s390__)

The || at the end should be &&.  The rest of this patch seems correct,
however.

Cheers,
Daniel

Attachment: signature.asc
Description: Digital signature

Reply via email to