aboutsummaryrefslogtreecommitdiff
path: root/audio/zrythm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-12-11 09:46:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-12-11 09:46:49 +0000
commit5b793c56fbf569a789c870846baaf59431fbee91 (patch)
treeffee799b3d09b130fa152d6c58d10d2b0ce654ba /audio/zrythm
parentc6eddf7029010c78313c9ac616066ef6d3f2213d (diff)
downloadports-5b793c56fbf569a789c870846baaf59431fbee91.tar.gz
ports-5b793c56fbf569a789c870846baaf59431fbee91.zip
Fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=gnu11" While here, pet portlint by sorting the (newly edited) USES. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=519792
Diffstat (limited to 'audio/zrythm')
-rw-r--r--audio/zrythm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile
index 670ba56da5bf..0ddc1494c07f 100644
--- a/audio/zrythm/Makefile
+++ b/audio/zrythm/Makefile
@@ -31,8 +31,8 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
-USES= gettext-tools meson python:3.5+,build gettext-runtime gnome \
- libtool pkgconfig shebangfix xorg
+USES= compiler:c11 gettext-tools gettext-runtime gnome libtool \
+ meson pkgconfig python:3.5+,build shebangfix xorg
#USE_GITLAB= yes # broken: doesn't require GL_COMMIT any more, see bug#242329
#GL_SITE= https://git.zrythm.org
SHEBANG_FILES= resources/gen-gtk-gresources-xml.py scripts/collect_translatables.sh scripts/meson_post_install.py