Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 05:39:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324083 - head/net/libsrtp
Message-ID:  <201308010539.r715dHlr062362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308010539.r715dHlr062362>