diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-12 10:35:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-12 10:35:20 +0000 |
commit | 292475edbd0409537049106add9feb9e98333a73 (patch) | |
tree | fed87748926602008faa1dccc360f1a4c273d901 /net-im | |
parent | 52ef00f7dd43db2a10913f52c527032df36d07a1 (diff) | |
download | freebsd-ports-292475edbd0409537049106add9feb9e98333a73.zip |
Mark BROKEN: fails to build
src/widget/form/profileform.cpp:217:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH'
if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH)
^
src/widget/form/profileform.cpp:226:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH'
if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH)
^
src/widget/form/profileform.cpp:232:33: error: use of undeclared identifier 'TOX_AVATAR_FORMAT_PNG'
Nexus::getCore()->setAvatar(TOX_AVATAR_FORMAT_PNG, bytes);
^
3 errors generated.
Reported by: pkg-fallout
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qTox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 60bc97b8d9c0..86a5e8e823d7 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -10,6 +10,8 @@ COMMENT= Qt 5 based Tox client LICENSE= GPLv3 +BROKEN= Fails to build + BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ libopencv_core.so:${PORTSDIR}/graphics/opencv-core \ |