svn commit: r487856 - head/textproc/htmldoc

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 08:30:52 UTC 2018


Author: linimon
Date: Thu Dec 20 08:30:51 2018
New Revision: 487856
URL: https://svnweb.freebsd.org/changeset/ports/487856

Log:
  This port requires a C11-aware compiler to build on GCC-based
  architectures.
  
  PR:		234053
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/htmldoc/Makefile

Modified: head/textproc/htmldoc/Makefile
==============================================================================
--- head/textproc/htmldoc/Makefile	Thu Dec 20 08:21:40 2018	(r487855)
+++ head/textproc/htmldoc/Makefile	Thu Dec 20 08:30:51 2018	(r487856)
@@ -16,6 +16,7 @@ BROKEN_mips=	Complains of expecting ) before png_ptr
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
+USES=		compiler:c11
 USE_GITHUB=	yes
 GH_ACCOUNT=	michaelrsweet
 


More information about the svn-ports-all mailing list