aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-05-14 21:37:18 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-05-14 21:37:18 +0000
commit8ae8500cc88d7fe9e6161d1bcfc40d6bd2636e7a (patch)
tree5f0c23803e5f4d6760e4ce546228ea739a990c9b
parent82511322978a10f5808cc5c12b278a9f0adcee59 (diff)
downloadports-8ae8500cc88d7fe9e6161d1bcfc40d6bd2636e7a.tar.gz
ports-8ae8500cc88d7fe9e6161d1bcfc40d6bd2636e7a.zip
MFH: r353821
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 Approved by: portmgr (antoine)
Notes
Notes: svn path=/branches/2014Q2/; revision=354088
-rw-r--r--x11-toolkits/qt5-gui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile
index 9b9eacb1503c..56723f2d5eba 100644
--- a/x11-toolkits/qt5-gui/Makefile
+++ b/x11-toolkits/qt5-gui/Makefile
@@ -27,7 +27,8 @@ USE_QT5= core dbus qmake_build buildtools_build
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}