diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-30 20:38:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-30 20:38:20 +0800 |
commit | 46d161bd0ca5bbd95aa3213e1c52da8eb793e446 (patch) | |
tree | cd152e20e906e54381c2102f7048885a7cb0165f /comms | |
parent | 73b3b05e2b9bc9028a51b324d9065332099d38d1 (diff) | |
download | freebsd-ports-gnome-46d161bd0ca5bbd95aa3213e1c52da8eb793e446.tar.gz freebsd-ports-gnome-46d161bd0ca5bbd95aa3213e1c52da8eb793e446.tar.zst freebsd-ports-gnome-46d161bd0ca5bbd95aa3213e1c52da8eb793e446.zip |
Fix build with clang by forcing gnu89
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 |