mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/asterisk-flite: fix build on GCC architectures
C11 compiler is necessary: In file included from /usr/local/include/asterisk/vector.h:22, from /usr/local/include/asterisk/stringfields.h:178, from /usr/local/include/asterisk/app.h:26, from app_flite.c:42: /usr/local/include/asterisk/lock.h: In function 'ast_atomic_fetchadd_int': /usr/local/include/asterisk/lock.h:752: error: '__ATOMIC_RELAXED' undeclared (first use in this function) /usr/local/include/asterisk/lock.h:752: error: (Each undeclared identifier is reported only once /usr/local/include/asterisk/lock.h:752: error: for each function it appears in.) /usr/local/include/asterisk/lock.h: In function 'ast_atomic_dec_and_test': /usr/local/include/asterisk/lock.h:762: error: '__ATOMIC_RELAXED' undeclared (first use in this function) MFH: 2020Q1 (build fix blanket)
This commit is contained in:
parent
216079a0fe
commit
edc70d0b5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521937
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ asterisk16_CONFLICTS_INSTALL= asterisk13-flite
|
|||
asterisk16_BUILD_DEPENDS= asterisk:net/asterisk16
|
||||
asterisk16_RUN_DEPENDS= asterisk:net/asterisk16
|
||||
|
||||
USES= compiler gmake localbase
|
||||
USES= compiler:c11 gmake localbase
|
||||
INSTALL_TARGET= install samples
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue