Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/libpciaccess HAVE_MMTR -> HAVE_MTRR



details:   https://anonhg.NetBSD.org/src/rev/802edb8f3850
branches:  trunk
changeset: 760754:802edb8f3850
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jan 12 19:04:19 2011 +0000

description:
HAVE_MMTR -> HAVE_MTRR

diffstat:

 external/mit/xorg/lib/libpciaccess/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1fa3f38b32cf -r 802edb8f3850 external/mit/xorg/lib/libpciaccess/Makefile
--- a/external/mit/xorg/lib/libpciaccess/Makefile       Wed Jan 12 18:51:42 2011 +0000
+++ b/external/mit/xorg/lib/libpciaccess/Makefile       Wed Jan 12 19:04:19 2011 +0000
@@ -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\"
 



Home | Main Index | Thread Index | Old Index