net/kamailio: fix build on GCC architectures

C11 compiler is necessary because of -latomic.

MFH:		2020Q1 (build fix blanket)
This commit is contained in:
Piotr Kubaj 2020-01-04 13:56:59 +00:00
parent ca1b9fd385
commit eac0af8f31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522034

View file

@ -13,14 +13,13 @@ COMMENT= Very fast and configurable open source SIP proxy
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= Does not build: /bin/sh: clang: not found
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libxml2.so:textproc/libxml2 \
libcurl.so:ftp/curl
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
USES= gmake ncurses pkgconfig python:3.5+ readline shebangfix
USES= compiler:c11 gmake ncurses pkgconfig python:3.5+ readline \
shebangfix
USE_LDCONFIG= yes
SHEBANG_FILES= utils/kamctl/dbtextdb/dbtextdb.py \