aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-03-11 02:19:17 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-03-11 02:19:17 +0000
commit6d43dcc1087505386a275cdd00a2d7cc5f47501f (patch)
treef97c7bab5ae14e4eac80ed8e84c2620b3ebac709 /x11
parenta8aec58995d89650c69558cea7a8578e6b805af2 (diff)
downloadports-6d43dcc1087505386a275cdd00a2d7cc5f47501f.tar.gz
ports-6d43dcc1087505386a275cdd00a2d7cc5f47501f.zip
x11/mako: unbreak build on DragonFly
../notification.c: In function 'get_binding': ../notification.c:275:14: error: 'BTN_LEFT' undeclared (first use in this function) 275 | case BTN_LEFT: | ^~~~~~~~ ../notification.c:275:14: note: each undeclared identifier is reported only once for each function it appears in ../notification.c:277:14: error: 'BTN_RIGHT' undeclared (first use in this function) 277 | case BTN_RIGHT: | ^~~~~~~~~ ../notification.c:279:14: error: 'BTN_MIDDLE' undeclared (first use in this function) 279 | case BTN_MIDDLE: | ^~~~~~~~~~ Reported by: DPorts
Notes
Notes: svn path=/head/; revision=568063
Diffstat (limited to 'x11')
-rw-r--r--x11/mako/Makefile4
-rw-r--r--x11/mako/distinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/x11/mako/Makefile b/x11/mako/Makefile
index cfc9435bf820..af4d8c7c0a3c 100644
--- a/x11/mako/Makefile
+++ b/x11/mako/Makefile
@@ -11,6 +11,7 @@ PATCHFILES+= affb38d8a4c4.patch:-p1 # https://github.com/emersion/mako/pull/311
PATCHFILES+= 47a1b0b80ca2.patch:-p1
PATCHFILES+= 88e0263a8481.patch:-p1 # https://github.com/emersion/mako/pull/324
PATCHFILES+= 0e9bcb06e0c6.patch:-p1 # https://github.com/emersion/mako/pull/324
+PATCHFILES+= d46e9fd6ced8.patch:-p1 # https://github.com/emersion/mako/pull/345
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Lightweight Wayland notification daemon
@@ -18,7 +19,8 @@ COMMENT= Lightweight Wayland notification daemon
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols
+BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
+ wayland-protocols>=1.14:graphics/wayland-protocols
LIB_DEPENDS= libbasu.so:devel/basu \
libepoll-shim.so:devel/libepoll-shim \
libwayland-client.so:graphics/wayland
diff --git a/x11/mako/distinfo b/x11/mako/distinfo
index a1c631c51d59..9288cea8a7c3 100644
--- a/x11/mako/distinfo
+++ b/x11/mako/distinfo
@@ -11,3 +11,5 @@ SHA256 (88e0263a8481.patch) = 6a27ed8bf076d51f43502b299b693151faa0e9435a984a5a81
SIZE (88e0263a8481.patch) = 1221
SHA256 (0e9bcb06e0c6.patch) = 525ae6dbf76e6ae622521912fa81be59620b0030e5c24982c381287904487e21
SIZE (0e9bcb06e0c6.patch) = 2099
+SHA256 (d46e9fd6ced8.patch) = e63b89d44cdbfdc8db403c3148081bb4d34df2799c7f0d1e3014ea80e1e384a9
+SIZE (d46e9fd6ced8.patch) = 683