Date: Fri, 12 Apr 2019 15:01:52 +0000 (UTC) From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498722 - head/comms/ncid Message-ID: <201904121501.x3CF1q6M006557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904121501.x3CF1q6M006557>