svn commit: r498722 - head/comms/ncid

Vinícius Zavam egypcio at FreeBSD.org
Fri Apr 12 15:01:53 UTC 2019


Author: egypcio
Date: Fri Apr 12 15:01:52 2019
New Revision: 498722
URL: https://svnweb.freebsd.org/changeset/ports/498722

Log:
  comms/ncid: fix build with GCC-based architectures
  
  PR:		237036
  Submitted by:	Piotr Kubaj <pkubaj % anongoth.pl>
  Approved by:	linimon (portmgr)

Modified:
  head/comms/ncid/Makefile

Modified: head/comms/ncid/Makefile
==============================================================================
--- head/comms/ncid/Makefile	Fri Apr 12 14:56:44 2019	(r498721)
+++ head/comms/ncid/Makefile	Fri Apr 12 15:01:52 2019	(r498722)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libpcre.so:devel/pcre
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		gmake perl5 tk shebangfix
+USES=		compiler:c11 gmake perl5 tk shebangfix
 
 SHEBANG_FILES=	extensions/*.sh \
 		gateway/*.pl gateway/*.sh \


More information about the svn-ports-all mailing list