deskutils/gnome-screenshot: 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:
parent
7f1256834f
commit
7e1c61a2ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549573
@ -21,7 +21,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \
|
||||
CONFLICTS= gnome-utils-2.[0-9]*
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gnome meson pkgconfig python:3.4+,build \
|
||||
USES= compiler:c11 gettext gnome meson pkgconfig python:3.4+,build \
|
||||
shebangfix tar:xz xorg
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30
|
||||
USE_XORG= x11 xext
|
||||
|
Loading…
Reference in New Issue
Block a user