Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 19:41:04 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560035 - head/audio/cava
Message-ID:  <202101031941.103Jf4cp073753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jan  3 19:41:04 2021
New Revision: 560035
URL: https://svnweb.freebsd.org/changeset/ports/560035

Log:
  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"
  
  MFH:		2021Q1

Modified:
  head/audio/cava/Makefile

Modified: head/audio/cava/Makefile
==============================================================================
--- head/audio/cava/Makefile	Sun Jan  3 19:22:37 2021	(r560034)
+++ head/audio/cava/Makefile	Sun Jan  3 19:41:04 2021	(r560035)
@@ -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
 



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