Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 21:44:54 +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: r531343 - branches/2020Q2/cad/graywolf
Message-ID:  <202004102144.03ALisEG099695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Apr 10 21:44:54 2020
New Revision: 531343
URL: https://svnweb.freebsd.org/changeset/ports/531343

Log:
  MFH: r531342
  
  cad/graywolf: fix build on GCC architectures
  
  C11 compiler is necessary:
  /wrkdirs/usr/ports/cad/graywolf/work/graywolf-0.1.6-3-g6c5e24f/src/twmc/wireratio.c:92: error: expected declaration specifiers before 'gsl_matrix'
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q2/cad/graywolf/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/cad/graywolf/Makefile
==============================================================================
--- branches/2020Q2/cad/graywolf/Makefile	Fri Apr 10 21:43:59 2020	(r531342)
+++ branches/2020Q2/cad/graywolf/Makefile	Fri Apr 10 21:44:54 2020	(r531343)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgsl.so:math/gsl
 
-USES=		cmake pkgconfig xorg
+USES=		cmake compiler:c11 pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	rubund
 USE_XORG=	ice sm x11 xext



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