Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: data >>> defined at event.c >>> event.o:(data) in archive ../adns/libadns.a >>> defined at types.c >>> types.o:(.bss+0x0) in archive ../adns/libadns.a Reported by: pkg-fallout MFH: 2021Q1
This commit is contained in:
parent
efda84daad
commit
9c8f57adcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565445
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ COMMENT= HTTP crawler with an easy interface
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_FreeBSD_13= ld: error: duplicate symbol: data
|
||||
BROKEN_FreeBSD_14= ld: error: duplicate symbol: data
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
makedepend:devel/makedepend
|
||||
|
||||
|
|
Loading…
Reference in a new issue