Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2013 12:43:11 +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: r323964 - head/net/sipsak
Message-ID:  <201307301243.r6UChBcs015186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul 30 12:43:10 2013
New Revision: 323964
URL: http://svnweb.freebsd.org/changeset/ports/323964

Log:
  Fix build with clang by forcing gnu89

Modified:
  head/net/sipsak/Makefile

Modified: head/net/sipsak/Makefile
==============================================================================
--- head/net/sipsak/Makefile	Tue Jul 30 12:38:20 2013	(r323963)
+++ head/net/sipsak/Makefile	Tue Jul 30 12:43:10 2013	(r323964)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	sipsak
-# Date created:		2003-06-30
-# Whom:			jesusr
-#
+# Created by: jesusr
 # $FreeBSD$
-#
 
 PORTNAME=	sipsak
 PORTVERSION=	0.9.6
@@ -14,6 +10,7 @@ MASTER_SITES=	http://download.berlios.de
 MAINTAINER=	jesusr@FreeBSD.org
 COMMENT=	Small command line tool for SIP testing
 
+USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 
 MAN1=		sipsak.1



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