Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 18:59:26 +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: r513604 - head/devel/clixon
Message-ID:  <201910021859.x92IxQTG046296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct  2 18:59:26 2019
New Revision: 513604
URL: https://svnweb.freebsd.org/changeset/ports/513604

Log:
  devel/clixon: fix build on GCC architectures
  
  Use C11 compiler:
  In file included from clixon_xml_map.c:94:
  ../../lib/clixon/clixon_yang_type.h:52: error: redefinition of typedef 'yang_type_cache'
  clixon_yang_internal.h:70: error: previous declaration of 'yang_type_cache' was here
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/clixon/Makefile

Modified: head/devel/clixon/Makefile
==============================================================================
--- head/devel/clixon/Makefile	Wed Oct  2 18:49:45 2019	(r513603)
+++ head/devel/clixon/Makefile	Wed Oct  2 18:59:26 2019	(r513604)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libcligen.so:devel/cligen \
 		libfcgi.so:www/fcgi
 BUILD_DEPENDS=	cligen>=4.0.0:devel/cligen
 
-USES=		autoreconf bison gmake
+USES=		autoreconf bison compiler:c11 gmake
 
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes



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