MFH: r563576

Mark BROKEN on FreeBSD 13 and 14

./Plugins/Pdf/PDFWriter/PDFDocumentHandler.cpp:1332:24: error: assigning to 'bool' from incompatible type 'nullptr_t'
        mParserOwned = NULL;
                       ^~~~

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2021-02-01 12:55:49 +00:00
parent 62f15aaf97
commit 54dfe62dde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=563577
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ COMMENT= WYSIWYG scientific text editor
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_FreeBSD_13= assigning to 'bool' from incompatible type 'nullptr_t'
BROKEN_FreeBSD_14= assigning to 'bool' from incompatible type 'nullptr_t'
LIB_DEPENDS= libltdl.so:devel/libltdl \
libguile.so:lang/guile \
libgmp.so:math/gmp