svn commit: r488448 - head/devel/pructl

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 21:13:43 UTC 2018


Author: linimon
Date: Wed Dec 26 21:13:42 2018
New Revision: 488448
URL: https://svnweb.freebsd.org/changeset/ports/488448

Log:
  USE_CSTD=c99 is necessary to build this port on GCC-based architectures.
  
  Additionally, remove -Weverything, base GCC doesn't support it.
  
  PR:		234370
  Submitted by:	Piotr Kubaj

Modified:
  head/devel/pructl/Makefile

Modified: head/devel/pructl/Makefile
==============================================================================
--- head/devel/pructl/Makefile	Wed Dec 26 21:13:17 2018	(r488447)
+++ head/devel/pructl/Makefile	Wed Dec 26 21:13:42 2018	(r488448)
@@ -14,6 +14,7 @@ LICENSE=	BSD2CLAUSE
 LIB_DEPENDS=	libpru.so:devel/libpru
 
 USES=		cmake libedit
+USE_CSTD=	c99
 
 WRKSRC=		${WRKDIR}/rpaulo-pructl-ef9fa544e6a3
 


More information about the svn-ports-all mailing list