Date: Mon, 12 May 2014 13:51:05 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353821 - head/x11-toolkits/qt5-gui Message-ID: <201405121351.s4CDp57Q046591@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon May 12 13:51:04 2014 New Revision: 353821 URL: http://svnweb.freebsd.org/changeset/ports/353821 QAT: https://qat.redports.org/buildarchive/r353821/ Log: Explicitly disable evdev support. This is Linux-specific, and support for it may be accidentally enabled because the compiler test for it passes if multimedia/v4l_compat is installed, since it installs linux/input.h into ${LOCALBASE}/include. PR: ports/187260 MFH: 2014Q2 Modified: head/x11-toolkits/qt5-gui/Makefile Modified: head/x11-toolkits/qt5-gui/Makefile ============================================================================== --- head/x11-toolkits/qt5-gui/Makefile Mon May 12 13:50:11 2014 (r353820) +++ head/x11-toolkits/qt5-gui/Makefile Mon May 12 13:51:04 2014 (r353821) @@ -28,7 +28,8 @@ USE_QT5= core dbus qmake_build buildtool QT_DIST= base USE_XORG= x11 xi xrender HAS_CONFIGURE= yes -CONFIGURE_ARGS= -no-eglfs +CONFIGURE_ARGS= -no-eglfs \ + -no-evdev USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121351.s4CDp57Q046591>