mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
audio/cyanrip: fix build on GCC architectures
../src/cyanrip_encode.c: In function 'cyanrip_end_track_encoding': ../src/cyanrip_encode.c:623: error: incompatible types in initialization
This commit is contained in:
parent
a623167fd3
commit
bbea521eec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556438
@ -17,7 +17,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||
libcurl.so:ftp/curl \
|
||||
libmusicbrainz5.so:audio/libmusicbrainz5
|
||||
|
||||
USES= localbase meson pkgconfig
|
||||
USES= compiler:c11 localbase meson pkgconfig
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cyanreg
|
||||
|
Loading…
Reference in New Issue
Block a user