Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 19:52:23 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553380 - branches/2020Q4/audio/infamous-plugins-lv2
Message-ID:  <202010261952.09QJqNaG005062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Oct 26 19:52:22 2020
New Revision: 553380
URL: https://svnweb.freebsd.org/changeset/ports/553380

Log:
  MFH: r553379
  
  audio/infamous-plugins-lv2: fix build on GCC architectures
  
  Use newer compiler:
  cc1: error: invalid option argument '-Og'
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q4/audio/infamous-plugins-lv2/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/audio/infamous-plugins-lv2/Makefile
==============================================================================
--- branches/2020Q4/audio/infamous-plugins-lv2/Makefile	Mon Oct 26 19:51:32 2020	(r553379)
+++ branches/2020Q4/audio/infamous-plugins-lv2/Makefile	Mon Oct 26 19:52:22 2020	(r553380)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libfftw3f.so:math/fftw3-float \
 		libntk.so:x11-toolkits/ntk \
 		libzita-resampler.so:audio/zita-resampler
 
-USES=		cmake compiler gnome localbase pkgconfig
+USES=		cmake compiler:c11 gnome localbase pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	ssj71
 GH_PROJECT=	infamousPlugins



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010261952.09QJqNaG005062>