Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2020 21:53:52 +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: r559313 - head/devel/got
Message-ID:  <202012262153.0BQLrqY9074364@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Dec 26 21:53:52 2020
New Revision: 559313
URL: https://svnweb.freebsd.org/changeset/ports/559313

Log:
  devel/got: fix build on GCC architectures
  
  /wrkdirs/usr/ports/devel/got/work/got-0.45/got/../lib/diffreg.c:51: error: initializer element is not constant

Modified:
  head/devel/got/Makefile

Modified: head/devel/got/Makefile
==============================================================================
--- head/devel/got/Makefile	Sat Dec 26 21:19:29 2020	(r559312)
+++ head/devel/got/Makefile	Sat Dec 26 21:53:52 2020	(r559313)
@@ -11,7 +11,7 @@ COMMENT=	Game of Trees version control system
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		uidfix
+USES=		compiler:c11 uidfix
 
 n=		${.newline}
 post-extract:



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