svn commit: r490532 - head/x11-toolkits/qt5-gui

Tijl Coosemans tijl at FreeBSD.org
Thu Jan 17 09:28:16 UTC 2019


Author: tijl
Date: Thu Jan 17 09:28:15 2019
New Revision: 490532
URL: https://svnweb.freebsd.org/changeset/ports/490532

Log:
  Add -no-libudev to CONFIGURE_ARGS to prevent use of devel/libudev-devd.
  
  PR:		235007
  Approved by:	kde (tcberner)

Modified:
  head/x11-toolkits/qt5-gui/Makefile

Modified: head/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gui/Makefile	Thu Jan 17 09:00:30 2019	(r490531)
+++ head/x11-toolkits/qt5-gui/Makefile	Thu Jan 17 09:28:15 2019	(r490532)
@@ -31,6 +31,7 @@ USE_XORG=	ice sm x11 xi xrender
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-eglfs \
 		-no-evdev \
+		-no-libudev \
 		-system-harfbuzz
 # Explicitely set to c++14 as to net get c++17/c++1z, as libX11's headers
 # are using the obsolete 'register' key word.


More information about the svn-ports-head mailing list