diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 13:39:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 13:39:16 +0800 |
commit | 139b33c54eae02e13d7c810cc741291199d8c8b3 (patch) | |
tree | 72c2a76963e2a281238ce8c0639442da31b19141 /net/libsrtp | |
parent | cb6402ff4cbd324cc3feac68a1ef36388fd47487 (diff) | |
download | freebsd-ports-gnome-139b33c54eae02e13d7c810cc741291199d8c8b3.tar.gz freebsd-ports-gnome-139b33c54eae02e13d7c810cc741291199d8c8b3.tar.zst freebsd-ports-gnome-139b33c54eae02e13d7c810cc741291199d8c8b3.zip |
Fix build with clang
Diffstat (limited to 'net/libsrtp')
-rw-r--r-- | net/libsrtp/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/libsrtp/Makefile b/net/libsrtp/Makefile index 4efd0fbed4aa..99f51c517f13 100644 --- a/net/libsrtp/Makefile +++ b/net/libsrtp/Makefile @@ -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> |