svn commit: r324083 - head/net/libsrtp
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 1 05:39:17 UTC 2013
Author: bapt
Date: Thu Aug 1 05:39:16 2013
New Revision: 324083
URL: http://svnweb.freebsd.org/changeset/ports/324083
Log:
Fix build with clang
Modified:
head/net/libsrtp/Makefile
Modified: head/net/libsrtp/Makefile
==============================================================================
--- head/net/libsrtp/Makefile Thu Aug 1 05:35:25 2013 (r324082)
+++ head/net/libsrtp/Makefile Thu Aug 1 05:39:16 2013 (r324083)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libsrtp
-# Date created: 2 May 2011
-# Whom: Alexander Brovikov <alexander at brovikov.ru>
-#
+# Created by: Alexander Brovikov <alexander at brovikov.ru>
# $FreeBSD$
-#
PORTNAME= libsrtp
PORTVERSION= 1.4.4
@@ -14,13 +10,14 @@ DISTNAME= ${ORIGNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= alexander at 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>
More information about the svn-ports-head
mailing list