Date: Sat, 4 Jan 2020 20:05:07 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522051 - branches/2020Q1/net/asterisk-chan_sccp Message-ID: <202001042005.004K57Ix056497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Jan 4 20:05:07 2020 New Revision: 522051 URL: https://svnweb.freebsd.org/changeset/ports/522051 Log: MFH: r522050 net/asterisk-chan_sccp: fix build on GCC architectures Use newer GCC: You need at least gcc > 4.3. While your gcc has version: 4.2.1 Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/net/asterisk-chan_sccp/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/asterisk-chan_sccp/Makefile ============================================================================== --- branches/2020Q1/net/asterisk-chan_sccp/Makefile Sat Jan 4 20:04:07 2020 (r522050) +++ branches/2020Q1/net/asterisk-chan_sccp/Makefile Sat Jan 4 20:05:07 2020 (r522051) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING FLAVORS= asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} -USES= autoreconf gettext-tools iconv libtool localbase +USES= autoreconf compiler:c11 gettext-tools iconv libtool localbase USE_GITHUB= yes GH_ACCOUNT= chan-sccp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001042005.004K57Ix056497>