1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Fix build with clang

This commit is contained in:
Baptiste Daroussin 2013-08-01 05:39:16 +00:00
parent cc873ae947
commit d30fbfddea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324083

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: libsrtp
# Date created: 2 May 2011
# Whom: Alexander Brovikov <alexander@brovikov.ru>
#
# Created by: Alexander Brovikov <alexander@brovikov.ru>
# $FreeBSD$
#
PORTNAME= libsrtp
PORTVERSION= 1.4.4
@ -14,13 +10,14 @@ DISTNAME= ${ORIGNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= alexander@brovikov.ru
COMMENT= A library implementing Secure RTP
COMMENT= Library implementing Secure RTP
WRKSRC= ${WRKDIR}/${ORIGNAME}
ORIGNAME= srtp
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake
USE_CSTD= gnu89
CFLAGS+= -fPIC
.include <bsd.port.mk>