Don't try to build xserver on landisk. it now depends on lib/pixman
which doesn't build because of gcc problems.
This commit is contained in:
parent
7ef20d0cc6
commit
24a32ede54
8
Makefile
8
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.22 2007/10/27 20:01:23 matthieu Exp $
|
# $OpenBSD: Makefile,v 1.23 2007/12/20 06:52:03 matthieu Exp $
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
LOCALAPPD=/usr/local/lib/X11/app-defaults
|
LOCALAPPD=/usr/local/lib/X11/app-defaults
|
||||||
@ -7,7 +7,11 @@ REALAPPD=/etc/X11/app-defaults
|
|||||||
XCONFIG=${XSRCDIR}/etc/X11.${MACHINE}/xorg.conf
|
XCONFIG=${XSRCDIR}/etc/X11.${MACHINE}/xorg.conf
|
||||||
RM?=rm
|
RM?=rm
|
||||||
|
|
||||||
SUBDIR= proto data/bitmaps lib app data/xkbdata xserver driver util doc
|
.if ${MACHINE_ARCH} != "sh"
|
||||||
|
XSERVER= xserver
|
||||||
|
.endif
|
||||||
|
|
||||||
|
SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc
|
||||||
.ifndef NOFONTS
|
.ifndef NOFONTS
|
||||||
SUBDIR+= font
|
SUBDIR+= font
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user