Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 12:26:08 +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: r548782 - head/sysutils/dtc
Message-ID:  <202009161226.08GCQ8gu087930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Sep 16 12:26:08 2020
New Revision: 548782
URL: https://svnweb.freebsd.org/changeset/ports/548782

Log:
  sysutils/dtc: fix build on GCC architectures
  
  Use newer GCC:
  util.h:64: warning: 'gnu_printf' is an unrecognized format function type
  cc1: warnings being treated as errors

Modified:
  head/sysutils/dtc/Makefile

Modified: head/sysutils/dtc/Makefile
==============================================================================
--- head/sysutils/dtc/Makefile	Wed Sep 16 12:05:48 2020	(r548781)
+++ head/sysutils/dtc/Makefile	Wed Sep 16 12:26:08 2020	(r548782)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libyaml.so:textproc/libyaml
 
-USES=		bison gmake pkgconfig shebangfix
+USES=		bison compiler:c11 gmake pkgconfig shebangfix
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	dtdiff
 



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