diff options
| author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-10-10 19:02:28 +0000 |
|---|---|---|
| committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-10-10 19:02:28 +0000 |
| commit | c0558c205f4e0ac4a0f45f900c60f64fc93942fd (patch) | |
| tree | 14c2563f6ad3e0944d6932fe5fcf39d2e8f1fb3f /x11-toolkits/qt5-gui/Makefile | |
| parent | 3eb157d399e5fecfa3b8e1ddfd9ee59f8cba9d7c (diff) | |
Try to fix build of qt5-gui in the presence of evdev-proto
In Qt 5.13, a "helpful" upstream added #includes of the interal
FreeBSD event headers; these conflict with evdev-proto headers.
Back out that helpful fix, and rely on evdev-proto everywhere
(in particular, for dependent ports that use evdev-proto themselves).
PR: 240965
Reported by: Walter Schwarzenfeld
Notes
svn path=/head/; revision=514242
Diffstat (limited to 'x11-toolkits/qt5-gui/Makefile')
| -rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index a5f5c1ce79f7..d636ed747e7c 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -2,14 +2,15 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt graphical user interface module -BUILD_DEPENDS= at-spi2-core>=0:accessibility/at-spi2-core +BUILD_DEPENDS= at-spi2-core>=0:accessibility/at-spi2-core \ + ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= libdbus-1.so:devel/dbus \ libevdev.so:devel/libevdev \ libfontconfig.so:x11-fonts/fontconfig \ |
