aboutsummaryrefslogtreecommitdiff
path: root/audio/cyanrip
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-27 13:23:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-27 13:23:59 +0000
commitbbea521eec7d92975076903e378fe7bfb6ed362d (patch)
treeaf26541cadc18878751bd8e9c736f739b6034894 /audio/cyanrip
parenta623167fd330dcbea6a5d13b4f53351c8d994c6d (diff)
downloadports-bbea521eec7d92975076903e378fe7bfb6ed362d.tar.gz
ports-bbea521eec7d92975076903e378fe7bfb6ed362d.zip
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
Notes
Notes: svn path=/head/; revision=556438
Diffstat (limited to 'audio/cyanrip')
-rw-r--r--audio/cyanrip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cyanrip/Makefile b/audio/cyanrip/Makefile
index 7d9d577bf203..0960ef57cec6 100644
--- a/audio/cyanrip/Makefile
+++ b/audio/cyanrip/Makefile
@@ -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