1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11/mako
Jan Beich 6d43dcc108 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
2021-03-11 02:19:17 +00:00
..
distinfo x11/mako: unbreak build on DragonFly 2021-03-11 02:19:17 +00:00
Makefile x11/mako: unbreak build on DragonFly 2021-03-11 02:19:17 +00:00
pkg-descr