MFH: r543987
Add compiler:c11 to USES to fix build on GCC-based systems: src/egg-play-preview.c:714: error: #pragma GCC diagnostic not allowed inside functions Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
cf82fcae8d
commit
e998877695
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q3/; revision=543989
@ -22,7 +22,8 @@ LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5 \
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig tar:xz
|
||||
USES= compiler:c11 desktop-file-utils gettext gmake gnome \
|
||||
pathfix pkgconfig tar:xz
|
||||
USE_GNOME= gnomeprefix intlhack
|
||||
USE_GSTREAMER1= cdparanoia flac good vorbis
|
||||
GNU_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user