diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-03-18 02:20:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-03-18 02:20:03 +0000 |
commit | 514b8af6970b239d4b8d7964fdaed0fa13d81c2a (patch) | |
tree | c73cd24132d23b908c2f8858a4d19a136547b07a /databases/gnats4 | |
parent | 8ba6fe575692431821ceaed6f1d656b6672756bb (diff) |
Notes
Diffstat (limited to 'databases/gnats4')
-rw-r--r-- | databases/gnats4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile index dfb12e879990..88ad1fdd6bce 100644 --- a/databases/gnats4/Makefile +++ b/databases/gnats4/Makefile @@ -13,7 +13,8 @@ COMMENT= GNATS, the GNU Problem Report Management System BROKEN_mips= Does not build: error: conflicting types for yy_scan_string BROKEN_mips64= Does not build: error: conflicting types for yy_scan_string -BROKEN_powerpc64= Does not build: error: conflicting types for yy_scan_string +BROKEN_FreeBSD_11_powerpc64= fails to build on powerpc64 elfv1: conflicting types for yy_scan_string +BROKEN_FreeBSD_12_powerpc64= fails to build on powerpc64 elfv1: conflicting types for yy_scan_string GNU_CONFIGURE= yes USES= cpe gmake makeinfo |