Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2019 12:50:17 +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: r505567 - head/editors/xcoral
Message-ID:  <201907011250.x61CoHVF038279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jul  1 12:50:17 2019
New Revision: 505567
URL: https://svnweb.freebsd.org/changeset/ports/505567

Log:
  editors/xcoral: fix build
  
  Add USES=compiler:c11 to fix build:
  BR_Parser.y:1652: error: argument 'file_name' doesn't match prototype
  BR_Interface.h:101: error: prototype declaration
  
  Approved by:	mentors (implicit approval)

Modified:
  head/editors/xcoral/Makefile

Modified: head/editors/xcoral/Makefile
==============================================================================
--- head/editors/xcoral/Makefile	Mon Jul  1 11:29:57 2019	(r505566)
+++ head/editors/xcoral/Makefile	Mon Jul  1 12:50:17 2019	(r505567)
@@ -16,7 +16,7 @@ COMMENT=	Multiwindow mouse-based text editor for X
 LICENSE=	GPLv2
 
 USE_XORG=	x11
-USES=		bison
+USES=		bison compiler:c11
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/share
 LIBS+=		-lgnuregex



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