diff options
author | antoine <antoine@FreeBSD.org> | 2013-08-02 07:29:15 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-08-02 07:29:15 +0000 |
commit | 31399763e51bdf8c2cd44e66b5ed5dff5bdd7bc3 (patch) | |
tree | 8ce2bf7355f538c12f80880963e86ec4cb48a14d | |
parent | 5fb9d53d8ffe3888b5da2e8cab6111dff4f4e33a (diff) | |
download | FreeBSD-ports-31399763e51bdf8c2cd44e66b5ed5dff5bdd7bc3.zip FreeBSD-ports-31399763e51bdf8c2cd44e66b5ed5dff5bdd7bc3.tar.gz |
Unbreak with clang
-rw-r--r-- | textproc/2bsd-diff/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/2bsd-diff/Makefile b/textproc/2bsd-diff/Makefile index 7dfc2b9..b23d7f9 100644 --- a/textproc/2bsd-diff/Makefile +++ b/textproc/2bsd-diff/Makefile @@ -13,6 +13,7 @@ DISTNAME= file8 MAINTAINER= risner@stdio.com COMMENT= 2.11BSD diff utility +CFLAGS+= -Wno-error=return-type EXTRACT_AFTER_ARGS= bin/diff man/man1/diff.1 WRKSRC= ${WRKDIR}/bin/diff |