From 0e2b438d0078b6ad02dfe11fd29b9ccc99d73e1e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 25 Oct 2016 09:05:24 +0000 Subject: - Mark BROKEN on 9.x i386: videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*, QRect, int, bool)': videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8' camerasource.o: In function `CameraSource::CameraSource()': camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8' corevideosource.o: In function `CoreVideoSource::CoreVideoSource()': corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8' Approved by: portmgr blanket --- net-im/qTox/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 789bfa8f23ec..cacf2dff318d 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= libtoxcore.so:net-im/tox \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig +BROKEN_FreeBSD_9_i386= does not build + USE_GITHUB= yes GH_ACCOUNT= tux3 -- cgit v1.2.3