Module Name: src
Committed By: mrg
Date: Sat Jul 12 04:32:59 UTC 2014
Modified Files:
src/external/mit/xorg/lib/pixman: Makefile
Log Message:
note about missing HAVE_GCC_VECTOR_EXTENSIONS (only used in test apps).
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 src/external/mit/xorg/lib/pixman/Makefile:1.29
--- src/external/mit/xorg/lib/pixman/Makefile:1.28 Mon Mar 17 01:41:46 2014
+++ src/external/mit/xorg/lib/pixman/Makefile Sat Jul 12 04:32:59 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2014/03/17 01:41:46 mrg Exp $
+# $NetBSD: Makefile,v 1.29 2014/07/12 04:32:59 mrg Exp $
NOLINT= 1 # defined
@@ -45,6 +45,8 @@ SRCS+= \
# XXX
+# missing: HAVE_GCC_VECTOR_EXTENSIONS
+
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
. if ${MACHINE_ARCH} == "i386"
SRCS+= pixman-mmx.c