Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos build...



details:   https://anonhg.NetBSD.org/src/rev/433f04175386
branches:  trunk
changeset: 940532:433f04175386
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Oct 09 17:01:29 2020 +0000

description:
build ppc_video.c etc. on hppa

diffstat:

 external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3d1624af6e1e -r 433f04175386 external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
--- a/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile   Fri Oct 09 10:41:53 2020 +0000
+++ b/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile   Fri Oct 09 17:01:29 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.47 2018/12/31 11:14:05 mrg Exp $
+#      $NetBSD: Makefile,v 1.48 2020/10/09 17:01:29 macallan Exp $
 
 .include "../../../Makefile.serverlib"
 .include "../../../Makefile.servermod"
@@ -35,7 +35,8 @@
 .endfor
 .endif
 
-.if ${MACHINE} == "macppc" || ${MACHINE} == "prep" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc" || ${MACHINE} == "ibmnws"
+.if ${MACHINE} == "macppc" || ${MACHINE} == "prep" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc" || \
+       ${MACHINE} == "ibmnws" || ${MACHINE} == "hppa"
 SRCS.bsd+=     ppc_video.c pm_noop.c lnx_agp.c
 .for _FN in ${SRCS.bsd}
 CPPFLAGS.${_FN}=       -DWSCONS_SUPPORT -DPCVT_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC



Home | Main Index | Thread Index | Old Index