mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
multimedia/mpv-mpris: fix build on GCC architectures
C11 compiler is necessary: mpris.c:299: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vtable_root'
This commit is contained in:
parent
0bbb0f76b6
commit
66d9186457
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520960
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
BUILD_DEPENDS= mpv:multimedia/mpv
|
||||
RUN_DEPENDS= mpv:multimedia/mpv
|
||||
|
||||
USES= gettext-runtime gnome pkgconfig
|
||||
USES= compiler:c11 gettext-runtime gnome pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hoyon
|
||||
|
Loading…
Reference in New Issue
Block a user