svn commit: r522035 - branches/2020Q1/net/kamailio

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jan 4 13:57:52 UTC 2020


Author: pkubaj
Date: Sat Jan  4 13:57:51 2020
New Revision: 522035
URL: https://svnweb.freebsd.org/changeset/ports/522035

Log:
  MFH: r522034
  
  net/kamailio: fix build on GCC architectures
  
  C11 compiler is necessary because of -latomic.
  
  Approved by:	portmgr (build fix blanket)

Modified:
  branches/2020Q1/net/kamailio/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/net/kamailio/Makefile
==============================================================================
--- branches/2020Q1/net/kamailio/Makefile	Sat Jan  4 13:56:59 2020	(r522034)
+++ branches/2020Q1/net/kamailio/Makefile	Sat Jan  4 13:57:51 2020	(r522035)
@@ -13,14 +13,13 @@ COMMENT=	Very fast and configurable open source SIP pr
 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 \


More information about the svn-ports-branches mailing list