svn commit: r323964 - head/net/sipsak

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 12:43:11 UTC 2013


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 at FreeBSD.org
 COMMENT=	Small command line tool for SIP testing
 
+USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 
 MAN1=		sipsak.1


More information about the svn-ports-all mailing list