MFH: r565422

Mark BROKEN on FreeBSD 13 and 14

ld: error: duplicate symbol: dbErrString
>>> defined at nomos.c
>>>            nomos.o:(dbErrString)
>>> defined at licenses.c
>>>            licenses.o:(.bss+0x1020)

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2021-02-16 17:38:09 +00:00
parent 4de79a0646
commit 3d8045b549
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=565423

View File

@ -12,6 +12,9 @@ COMMENT= Standalone Nomos license scanner from fossology project
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_FreeBSD_13= ld: error: duplicate symbol: dbErrString
BROKEN_FreeBSD_14= ld: error: duplicate symbol: dbErrString
BUILD_DEPENDS= gawk:lang/gawk
LIB_DEPENDS= libjson-c.so:devel/json-c