diff options
author | antoine <antoine@FreeBSD.org> | 2013-08-02 15:29:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-08-02 15:29:15 +0800 |
commit | 31399763e51bdf8c2cd44e66b5ed5dff5bdd7bc3 (patch) | |
tree | 8ce2bf7355f538c12f80880963e86ec4cb48a14d /textproc/2bsd-diff | |
parent | 5fb9d53d8ffe3888b5da2e8cab6111dff4f4e33a (diff) | |
download | freebsd-ports-gnome-31399763e51bdf8c2cd44e66b5ed5dff5bdd7bc3.tar.gz freebsd-ports-gnome-31399763e51bdf8c2cd44e66b5ed5dff5bdd7bc3.tar.zst freebsd-ports-gnome-31399763e51bdf8c2cd44e66b5ed5dff5bdd7bc3.zip |
Unbreak with clang
Diffstat (limited to 'textproc/2bsd-diff')
-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 7dfc2b9dba24..b23d7f96cbc3 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 |