1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Mark BROKEN: Fails to build

cc -D WITH_MAIN   -D WITH_WEBKIT -W -Wall -g -O2 -pedantic `pkg-config --cflags libSystem gtk+-2.0 webkit-1.0` -c download.c
download.c:379:17: error: variable has incomplete type 'struct in_addr'

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2014-11-27 18:32:21 +00:00
parent bad0e01078
commit 1450e338de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373508

View File

@ -14,6 +14,8 @@ COMMENT= DeforaOS desktop web browser
LICENSE= GPLv3
BROKEN= Fails to build
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \