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

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

Log:
  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'
  
  MFH:		2020Q2 (fix build blanket)

Modified:
  head/cad/graywolf/Makefile

Modified: head/cad/graywolf/Makefile
==============================================================================
--- head/cad/graywolf/Makefile	Fri Apr 10 21:33:59 2020	(r531341)
+++ head/cad/graywolf/Makefile	Fri Apr 10 21:43:59 2020	(r531342)
@@ -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.03ALi06p099488>