diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:38:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:38:20 +0000 |
commit | e068df6be24f6a3e5a28355f5f99981900000f02 (patch) | |
tree | cd152e20e906e54381c2102f7048885a7cb0165f /comms | |
parent | 0d000f0a8a93b2db657f2681b313b4e7fa085d88 (diff) |
Fix build with clang by forcing gnu89
Notes
Notes:
svn path=/head/; revision=323963
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index c2164e76a51f..7dac74af87e2 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}-Feb22 MAINTAINER= olgeni@FreeBSD.org COMMENT= Handle external logins, send and receive faxes +USE_CSTD= gnu89 USE_PERL5= yes SUB_FILES= pkg-message mgettycfg |