svn commit: r434628 - head/x11-servers/xorg-server

Matthew Rezny rezny at FreeBSD.org
Wed Feb 22 18:52:54 UTC 2017


Author: rezny
Date: Wed Feb 22 18:52:53 2017
New Revision: 434628
URL: https://svnweb.freebsd.org/changeset/ports/434628

Log:
  Explicitly disable use of udev to fix build with libudev-devd present.
  
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9719

Modified:
  head/x11-servers/xorg-server/Makefile

Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile	Wed Feb 22 18:34:03 2017	(r434627)
+++ head/x11-servers/xorg-server/Makefile	Wed Feb 22 18:52:53 2017	(r434628)
@@ -44,6 +44,7 @@ USE_XORG+=	bigreqsproto compositeproto d
 		xineramaproto xkbfile xproto xshmfence xtrans
 CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \
 		--localstatedir=/var --with-shared-memory-dir=/tmp \
+		--disable-config-udev --disable-config-udev-kms \
 		--without-dtrace --enable-glamor
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-head mailing list