Module Name: src
Committed By: snj
Date: Mon Nov 21 08:09:54 UTC 2016
Modified Files:
src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile
Log Message:
no need to define HAVE_PCI_DEVICE_IS_BOOT_VGA with xorg-server 1.18.
libpciaccess, which provides pci_device_is_boot_vga, is always present.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/common/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/server/xorg-server/hw/xfree86/common/Makefile
diff -u src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.28 src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.29
--- src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.28 Sat Oct 8 20:08:57 2016
+++ src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile Mon Nov 21 08:09:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2016/10/08 20:08:57 mrg Exp $
+# $NetBSD: Makefile,v 1.29 2016/11/21 08:09:54 snj Exp $
.include <bsd.own.mk>
@@ -85,8 +85,7 @@ CPPFLAGS+= ${X11FLAGS.EXTENSION} ${X11FL
-D__XSERVERNAME__='"Xorg"' -D__XCONFIGFILE__='"xorg.conf"' \
-D__VENDORDWEBSUPPORT__='"http://wiki.X.Org"' \
-DXVENDORNAME='"The X.Org Foundation"' \
- -DHAVE_XORG_CONFIG_H \
- -DHAVE_PCI_DEVICE_IS_BOOT_VGA
+ -DHAVE_XORG_CONFIG_H
.if ${MACHINE_ARCH} == "i386"
CPPFLAGS+= -DPCCONS_SUPPORT -DPCVT_SUPPORT