MFH: r565419

Mark BROKEN on FreeBSD 13 and 14

network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
        struct ifdatareq ifdr;
                         ^
network.c:298:9: note: forward declaration of 'struct ifdatareq'
        struct ifdatareq ifdr;

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

View File

@ -14,6 +14,9 @@ COMMENT= DeforaOS desktop panel
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_13= network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
BROKEN_FreeBSD_14= network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
LIB_DEPENDS= libDesktop.so:x11/deforaos-libdesktop \
libSystem.so:devel/deforaos-libsystem \
libfontconfig.so:x11-fonts/fontconfig \