Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 01:41:19 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560912 - head/audio/klystrack
Message-ID:  <202101100141.10A1fJOi065987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jan 10 01:41:19 2021
New Revision: 560912
URL: https://svnweb.freebsd.org/changeset/ports/560912

Log:
  Add compiler:c11 to USES to fix build on GCC-based systems:
  
    /wrkdirs/usr/ports/security/gvm-libs/work/gvm-libs-20.8.0/base/nvti.c:73: error: redefinition of typedef 'vtref_t'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/klystrack/Makefile

Modified: head/audio/klystrack/Makefile
==============================================================================
--- head/audio/klystrack/Makefile	Sun Jan 10 00:45:32 2021	(r560911)
+++ head/audio/klystrack/Makefile	Sun Jan 10 01:41:19 2021	(r560912)
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
-USES=		desktop-file-utils dos2unix gmake localbase:ldconfig sdl
+USES=		compiler:c11 desktop-file-utils dos2unix gmake localbase:ldconfig \
+		sdl
 DOS2UNIX_FILES=	klystron/Makefile klystron/tools/editor/Makefile \
 		klystron/tools/makebundle/Makefile Makefile player/Makefile \
 		scancode-tool/Makefile



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