svn commit: r548782 - head/sysutils/dtc

Piotr Kubaj pkubaj at FreeBSD.org
Wed Sep 16 12:26:09 UTC 2020


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
 


More information about the svn-ports-head mailing list