svn commit: r522050 - head/net/asterisk-chan_sccp
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Jan 4 20:04:08 UTC 2020
Author: pkubaj
Date: Sat Jan 4 20:04:07 2020
New Revision: 522050
URL: https://svnweb.freebsd.org/changeset/ports/522050
Log:
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
MFH: 2020Q1 (fix build blanket)
Modified:
head/net/asterisk-chan_sccp/Makefile
Modified: head/net/asterisk-chan_sccp/Makefile
==============================================================================
--- head/net/asterisk-chan_sccp/Makefile Sat Jan 4 19:41:42 2020 (r522049)
+++ head/net/asterisk-chan_sccp/Makefile Sat Jan 4 20:04:07 2020 (r522050)
@@ -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
More information about the svn-ports-all
mailing list