Module Name:    src
Committed By:   mrg
Date:           Thu Jun 11 05:15:06 UTC 2009

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

Log Message:
build libpciaccess on x86.
exchange xkeyboard-config for xkbdata.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/mit/xorg/lib/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/Makefile
diff -u src/external/mit/xorg/lib/Makefile:1.14 src/external/mit/xorg/lib/Makefile:1.15
--- src/external/mit/xorg/lib/Makefile:1.14	Tue Jun  9 05:02:13 2009
+++ src/external/mit/xorg/lib/Makefile	Thu Jun 11 05:15:06 2009
@@ -1,13 +1,13 @@
-#	$NetBSD: Makefile,v 1.14 2009/06/09 05:02:13 mrg Exp $
+#	$NetBSD: Makefile,v 1.15 2009/06/11 05:15:06 mrg Exp $
 
 # build libraries for xorg
 
 SUBDIR=	expat libfontenc freetype libFS libICE libOSMesa \
 	libXau libXdmcp libdrm 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-SUBDIR+=libdrm_intel
+SUBDIR+=libdrm_intel libpciaccess
 .endif
-SUBDIR+=pixman xkbdata \
+SUBDIR+=pixman xkeyboard-config \
 	.WAIT \
 	dri fontconfig libSM libX11 \
 	.WAIT \

Reply via email to