svn commit: r519792 - head/audio/zrythm

Mark Linimon linimon at FreeBSD.org
Wed Dec 11 09:46:49 UTC 2019


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


More information about the svn-ports-all mailing list