Module Name:    src
Committed By:   jmcneill
Date:           Wed Jan 12 19:04:19 UTC 2011

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

Log Message:
HAVE_MMTR -> HAVE_MTRR


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libpciaccess/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/libpciaccess/Makefile
diff -u src/external/mit/xorg/lib/libpciaccess/Makefile:1.4 src/external/mit/xorg/lib/libpciaccess/Makefile:1.5
--- src/external/mit/xorg/lib/libpciaccess/Makefile:1.4	Thu Jun  3 09:42:40 2010
+++ src/external/mit/xorg/lib/libpciaccess/Makefile	Wed Jan 12 19:04:19 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2010/06/03 09:42:40 veego Exp $
+#	$NetBSD: Makefile,v 1.5 2011/01/12 19:04:19 jmcneill Exp $
 
 .include <bsd.own.mk>
 
@@ -18,7 +18,7 @@
 	netbsd_pci.c
 
 CPPFLAGS+=	${X11FLAGS} -I${X11SRCDIR.${LIB}}/include \
-		-DHAVE_MMTR -DHAVE_ZLIB \
+		-DHAVE_MTRR -DHAVE_ZLIB \
 		-DHAVE_STRING_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H \
 		-DPCIIDS_PATH=\"${X11ROOTDIR}/share/pciids\"
 

Reply via email to