Date: Thu, 17 Jan 2019 09:28:15 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490532 - head/x11-toolkits/qt5-gui Message-ID: <201901170928.x0H9SF1e091446@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901170928.x0H9SF1e091446>