svn commit: r553380 - branches/2020Q4/audio/infamous-plugins-lv2

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 26 19:52:23 UTC 2020


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


More information about the svn-ports-all mailing list