mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
a94f8e0af9
commit
f842e6c5dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543987
@ -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