Module Name:    src
Committed By:   macallan
Date:           Sat May  2 14:54:18 UTC 2015

Modified Files:
        src/external/mit/xorg/lib/pixman: Makefile

Log Message:
build Loongson-MMI support only on mips64el


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/external/mit/xorg/lib/pixman/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/pixman/Makefile
diff -u src/external/mit/xorg/lib/pixman/Makefile:1.31 src/external/mit/xorg/lib/pixman/Makefile:1.32
--- src/external/mit/xorg/lib/pixman/Makefile:1.31	Sun Aug 10 19:11:08 2014
+++ src/external/mit/xorg/lib/pixman/Makefile	Sat May  2 14:54:18 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.31 2014/08/10 19:11:08 joerg Exp $
+#	$NetBSD: Makefile,v 1.32 2015/05/02 14:54:18 macallan Exp $
 
 NOLINT=	1	# defined
 
@@ -90,7 +90,7 @@ AFLAGS+=	${${ACTIVE_CC} == "clang" :? -f
 #CPPFLAGS+=	-DUSE_ARM_IWMMXT
 .endif
 
-.if ${MACHINE} == "evbmips"
+.if ${MACHINE_ARCH} == "mips64el"
 # Loongson MMI
 SRCS+=		pixman-mmx.c
 CPPFLAGS+=	-DUSE_LOONGSON_MMI

Reply via email to