mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
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
This commit is contained in:
parent
a8aec58995
commit
6d43dcc108
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568063
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user