mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
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>
This commit is contained in:
parent
50a39dd097
commit
27d7583b1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user