aboutsummaryrefslogtreecommitdiff
path: root/textproc/2bsd-diff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 16:30:05 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 16:30:05 +0000
commit9fbfada19a3f954da0184be451b9450679b18b72 (patch)
treeb4171988fd44f51571d4c435c08f610a1ba959c4 /textproc/2bsd-diff
parent807b27f2de8fa5191011b2c079c3e1bdafac8456 (diff)
downloadports-9fbfada19a3f954da0184be451b9450679b18b72.tar.gz
ports-9fbfada19a3f954da0184be451b9450679b18b72.zip
textproc/2bsd-diff: fix build on recent current
Notes
Notes: svn path=/head/; revision=546359
Diffstat (limited to 'textproc/2bsd-diff')
-rw-r--r--textproc/2bsd-diff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/2bsd-diff/Makefile b/textproc/2bsd-diff/Makefile
index 2326a1e08359..13015d657e70 100644
--- a/textproc/2bsd-diff/Makefile
+++ b/textproc/2bsd-diff/Makefile
@@ -13,7 +13,8 @@ DISTNAME= file8
MAINTAINER= risner@stdio.com
COMMENT= 2.11BSD diff utility
-CFLAGS+= -Wno-error=return-type
+CFLAGS+= -Wno-error=return-type \
+ -fcommon
EXTRACT_AFTER_ARGS= bin/diff man/man1/diff.1
WRKSRC= ${WRKDIR}/bin/diff