Date: Wed, 11 Dec 2019 09:46:49 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519792 - head/audio/zrythm Message-ID: <201912110946.xBB9knFY091077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 11 09:46:49 2019 New Revision: 519792 URL: https://svnweb.freebsd.org/changeset/ports/519792 Log: 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) Modified: head/audio/zrythm/Makefile Modified: head/audio/zrythm/Makefile ============================================================================== --- head/audio/zrythm/Makefile Wed Dec 11 09:40:37 2019 (r519791) +++ head/audio/zrythm/Makefile Wed Dec 11 09:46:49 2019 (r519792) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912110946.xBB9knFY091077>