Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2013 12:38:20 +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: r323963 - head/comms/mgetty+sendfax
Message-ID:  <201307301238.r6UCcK3Z012896@svn.freebsd.org>

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

Log:
  Fix build with clang by forcing gnu89

Modified:
  head/comms/mgetty+sendfax/Makefile

Modified: head/comms/mgetty+sendfax/Makefile
==============================================================================
--- head/comms/mgetty+sendfax/Makefile	Tue Jul 30 12:35:44 2013	(r323962)
+++ head/comms/mgetty+sendfax/Makefile	Tue Jul 30 12:38:20 2013	(r323963)
@@ -11,6 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}-Feb2
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Handle external logins, send and receive faxes
 
+USE_CSTD=	gnu89
 USE_PERL5=	yes
 
 SUB_FILES=	pkg-message mgettycfg



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