Disable pixman on landisk for now. It triggers a gcc error:
/usr/xenocara/lib/pixman/pixman/pixman-access.c: In function `store_scanline_a8r8g8b8': /usr/xenocara/lib/pixman/pixman/pixman-access.c:477: error: unrecognizable insn: (insn 3059 3058 3060 0x0 (unspec_volatile [ (label_ref 1558) (const_int 0 [0x0]) ] 4) -1 (nil) (nil)) /usr/xenocara/lib/pixman/pixman/pixman-access.c:477: internal compiler error: in insn_default_length, at insn-attrtab.c:717
This commit is contained in:
parent
6031f2a714
commit
2dc64e37e0
@ -20,8 +20,6 @@
|
||||
./usr/X11R6/include/X11/dri/xf86dristr.h
|
||||
./usr/X11R6/include/X11/extensions/dri2proto.h
|
||||
./usr/X11R6/include/X11/extensions/dri2tokens.h
|
||||
./usr/X11R6/include/pixman-1/pixman-version.h
|
||||
./usr/X11R6/include/pixman-1/pixman.h
|
||||
./usr/X11R6/include/xcb/bigreq.h
|
||||
./usr/X11R6/include/xcb/composite.h
|
||||
./usr/X11R6/include/xcb/damage.h
|
||||
@ -116,9 +114,6 @@
|
||||
./usr/X11R6/lib/libfreetype.so.18.1
|
||||
./usr/X11R6/lib/libfreetype_pic.a
|
||||
./usr/X11R6/lib/libpciaccess.so.1.0
|
||||
./usr/X11R6/lib/libpixman-1.a
|
||||
./usr/X11R6/lib/libpixman-1.la
|
||||
./usr/X11R6/lib/libpixman-1.so.24.4
|
||||
./usr/X11R6/lib/libpthread-stubs.a
|
||||
./usr/X11R6/lib/libpthread-stubs.so.1.0
|
||||
./usr/X11R6/lib/libpthread-stubs_pic.a
|
||||
@ -223,7 +218,6 @@
|
||||
./usr/X11R6/lib/pkgconfig/glu.pc
|
||||
./usr/X11R6/lib/pkgconfig/glw.pc
|
||||
./usr/X11R6/lib/pkgconfig/libdrm.pc
|
||||
./usr/X11R6/lib/pkgconfig/pixman-1.pc
|
||||
./usr/X11R6/lib/pkgconfig/pthread-stubs.pc
|
||||
./usr/X11R6/lib/pkgconfig/x11-xcb.pc
|
||||
./usr/X11R6/lib/pkgconfig/xcb-atom.pc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: bsd.xconf.mk,v 1.20 2011/08/30 21:15:30 matthieu Exp $
|
||||
# $OpenBSD: bsd.xconf.mk,v 1.21 2012/03/08 07:29:29 matthieu Exp $
|
||||
|
||||
# Shared libs?
|
||||
.if ${MACHINE_ARCH} == "m88k" || ${MACHINE} == "vax"
|
||||
@ -12,7 +12,7 @@ XENOCARA_BUILD_GL?=${XENOCARA_HAVE_SHARED_LIBS:L}
|
||||
XENOCARA_BUILD_DRI?=${XENOCARA_HAVE_SHARED_LIBS:L}
|
||||
|
||||
# Build pixman?
|
||||
.if ${MACHINE} == "vax"
|
||||
.if ${MACHINE} == "vax" || ${MACHINE} == "landisk"
|
||||
XENOCARA_BUILD_PIXMAN?=no
|
||||
.else
|
||||
XENOCARA_BUILD_PIXMAN?=yes
|
||||
|
Loading…
Reference in New Issue
Block a user