svn commit: r323963 - head/comms/mgetty+sendfax

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 12:38:21 UTC 2013


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 at FreeBSD.org
 COMMENT=	Handle external logins, send and receive faxes
 
+USE_CSTD=	gnu89
 USE_PERL5=	yes
 
 SUB_FILES=	pkg-message mgettycfg


More information about the svn-ports-all mailing list