diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-08-02 07:29:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-08-02 07:29:15 +0000 |
commit | 6a23641d4ee30cac0e9db7f025ef70881688d601 (patch) | |
tree | 8ce2bf7355f538c12f80880963e86ec4cb48a14d /textproc | |
parent | 08183e80928c136ea2d2a87059d024d1fbaf6144 (diff) | |
download | ports-6a23641d4ee30cac0e9db7f025ef70881688d601.tar.gz ports-6a23641d4ee30cac0e9db7f025ef70881688d601.zip |
Notes
Diffstat (limited to 'textproc')
-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 |