Date: Sat, 30 Jul 2022 16:17:49 GMT From: =?utf-8?Q?Vin=C3=ADcius=20Zavam?= <egypcio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 27d7583b1d8d - main - textproc/ffe: fix build (requires GNU89 inline semantics) Message-ID: <202207301617.26UGHnfe077480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio: URL: https://cgit.FreeBSD.org/ports/commit/?id=27d7583b1d8d3f8e28cfae50995aeb2564a2463c commit 27d7583b1d8d3f8e28cfae50995aeb2564a2463c Author: VinÃcius Zavam <egypcio@FreeBSD.org> AuthorDate: 2022-07-30 15:59:15 +0000 Commit: VinÃcius Zavam <egypcio@FreeBSD.org> CommitDate: 2022-07-30 15:59:15 +0000 textproc/ffe: fix build (requires GNU89 inline semantics) * fixes specially for OSVERSION>=1300000; * also tested on different platforms. PR: 265511 Reported by: Robert Clausecker <fuz % fuz.su> --- textproc/ffe/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile index 911266949795..5c624c7eb523 100644 --- a/textproc/ffe/Makefile +++ b/textproc/ffe/Makefile @@ -1,5 +1,6 @@ PORTNAME= ffe DISTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/ff-extractor/ff-extractor/${DISTVERSION} @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= makeinfo localbase GNU_CONFIGURE= yes +CFLAGS+= -std=gnu89 # Requires GNU89 inline semantics. INFO= ffe PORTDOCS= ffe.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207301617.26UGHnfe077480>