Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/server/xorg-server/hw/xfree86/int10 Don't ...
details: https://anonhg.NetBSD.org/src/rev/9c6b485be102
branches: trunk
changeset: 339593:9c6b485be102
user: christos <christos%NetBSD.org@localhost>
date: Wed Jul 29 19:03:15 2015 +0000
description:
Don't use NO_SYS_HEADERS because <sys/types.h> is not included when you
do that before the typedefs in /usr/xsrc/external/mit/xorg-server/dist/hw/\
xfree86/x86emu/x86emu/types.h, and then some source files include
<sys/types.h> leading to uint redefinitions.
diffstat:
external/mit/xorg/server/xorg-server/hw/xfree86/int10/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f43b20c6b784 -r 9c6b485be102 external/mit/xorg/server/xorg-server/hw/xfree86/int10/Makefile
--- a/external/mit/xorg/server/xorg-server/hw/xfree86/int10/Makefile Wed Jul 29 18:27:18 2015 +0000
+++ b/external/mit/xorg/server/xorg-server/hw/xfree86/int10/Makefile Wed Jul 29 19:03:15 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/08/11 23:15:41 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2015/07/29 19:03:15 christos Exp $
XMODULEDIR= ${X11USRLIBDIR}/modules
@@ -12,7 +12,7 @@
helper_exec.c xf86int10module.c
CPPFLAGS+= -D__DRIVER__ -DFORCE_POST -D_CEXPORT= -DNO_LONG_LONG \
- -D_X86EMU -DNO_SYS_HEADERS
+ -D_X86EMU
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
CPPFLAGS+= -D_PC
Home |
Main Index |
Thread Index |
Old Index