Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 19:41:48 +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: r560037 - branches/2021Q1/audio/cava
Message-ID:  <202101031941.103JfmjI074989@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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