Created attachment 210175 [details] patch This port builds fine on powerpc64. Also remove COMPILER options. It's enough to add USES=compiler:c11 to build this port.
Thanks for the patch. The GCC/BASE options I added a lot of time ago, and I agree it's time to remove them. I'm testing it and will commit soon.
A commit references this bug: Author: madpilot Date: Tue Dec 24 21:48:12 UTC 2019 New revision: 520820 URL: https://svnweb.freebsd.org/changeset/ports/520820 Log: - Update asterisk13 to 13.30.0 - Fix build on powerpc64 [1] - Remove COMPILER option [1] PR: 242831 [1] Submitted by: pkubaj Changes: head/net/asterisk13/Makefile head/net/asterisk13/distinfo head/net/asterisk13/files/patch-cdr_cdr__pgsql.c head/net/asterisk13/pkg-plist
A commit references this bug: Author: madpilot Date: Tue Dec 24 21:48:31 UTC 2019 New revision: 520821 URL: https://svnweb.freebsd.org/changeset/ports/520821 Log: - Update asterisk16 to 16.7.0 - Fix build on powerpc64 [1] - Remove COMPILER option [1] PR: 242831 [1] Submitted by: pkubaj Changes: head/net/asterisk16/Makefile head/net/asterisk16/distinfo head/net/asterisk16/files/patch-cdr_cdr__pgsql.c head/net/asterisk16/pkg-plist
Committed with update to latest version. Thanks!