summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-04-12 10:35:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-04-12 10:35:20 +0000
commit292475edbd0409537049106add9feb9e98333a73 (patch)
treefed87748926602008faa1dccc360f1a4c273d901 /net-im
parentMark BROKEN: not converted to USES=gnustep (diff)
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
Notes
Notes: svn path=/head/; revision=383857
Diffstat (limited to 'net-im')
-rw-r--r--net-im/qTox/Makefile2
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 \