MFH: r522034

net/kamailio: fix build on GCC architectures

C11 compiler is necessary because of -latomic.

Approved by:	portmgr (build fix blanket)
This commit is contained in:
Piotr Kubaj 2020-01-04 13:57:51 +00:00
parent c51976652f
commit 1b942b7ac1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=522035

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 \