Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/mit/xorg/server/xorg-server/hw/sun



> Module Name:	src
> Committed By:	mrg
> Date:		Thu Jul 23 09:59:36 UTC 2020
> 
> Modified Files:
> 	src/external/mit/xorg/server/xorg-server/hw/sun: Makefile.Xsun
> 
> Log Message:
> fix build:
> - add .../xorg subdir to the path
> - add dbe and present extensions, both wanted via linkage

This is caused by the following .if clause in bsd.x11.mk:

---
.if !(${MACHINE} == "acorn32"	|| \
    ${MACHINE} == "amiga"	|| \
    ${MACHINE} == "pmax"	|| \
    ${MACHINE} == "sun3"	|| \
    ${MACHINE} == "x68k"	|| \
    ${MACHINE} == "vax")
#	EXT_DEFINES
X11FLAGS.EXTENSION+=	-DXF86VIDMODE

X11FLAGS.DIX+=		-DDBE -DXRECORD -DPRESENT
---

Maybe disabling these DIX flags is enough to avoid errors.

I'm not sure what is the intention of the above MACHINE list,
but it should be ${MKXORG_SERVER} == "yes" instead?

> .. but maybe these shouldn't be built?  they're not in sets.

I've already disabled them for sparc and sparc64.
They have been enabled in Makefile.common since initial import..
(to prepare future porting work?)

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index