deskutils/gnome-clocks: fix build on GCC architectures

Use C11 compiler:
/usr/local/include/libhandy-1/hdy-swipe-tracker.h:23: error: redefinition of typedef 'HdySwipeTracker'
/usr/local/include/libhandy-1/hdy-types.h:15: error: previous declaration of 'HdySwipeTracker' was here
This commit is contained in:
Piotr Kubaj 2020-10-06 14:31:34 +00:00
parent 7743748f78
commit 3fa69531be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551582

View File

@ -22,8 +22,8 @@ LIB_DEPENDS= libgeoclue-2.so:net/geoclue \
PORTSCOUT= limitw:1,even PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig python:3.4+,build \ USES= compiler:c11 gettext gnome localbase meson pkgconfig \
shebangfix tar:xz python:3.4+,build shebangfix tar:xz
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GNOME= cairo gnomedesktop3 gsound USE_GNOME= cairo gnomedesktop3 gsound
INSTALLS_ICONS= yes INSTALLS_ICONS= yes