svn commit: r560037 - branches/2021Q1/audio/cava

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 3 19:41:48 UTC 2021


Author: pkubaj
Date: Sun Jan  3 19:41:47 2021
New Revision: 560037
URL: https://svnweb.freebsd.org/changeset/ports/560037

Log:
  MFH: r560035
  
  audio/cava: fix build on GCC architectures
  
  cc1: error: unrecognized command line option "-Wno-unused-result"
  cc1: error: unrecognized command line option "-Wno-unknown-warning-option"
  cc1: error: unrecognized command line option "-Wno-maybe-uninitialized"

Modified:
  branches/2021Q1/audio/cava/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/audio/cava/Makefile
==============================================================================
--- branches/2021Q1/audio/cava/Makefile	Sun Jan  3 19:41:15 2021	(r560036)
+++ branches/2021Q1/audio/cava/Makefile	Sun Jan  3 19:41:47 2021	(r560037)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libiniparser.so:devel/iniparser
 
-USES=		autoreconf libtool localbase ncurses
+USES=		autoreconf compiler:c11 libtool localbase ncurses
 USE_GITHUB=	yes
 GH_ACCOUNT=	karlstav
 


More information about the svn-ports-branches mailing list