Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 06:36:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 678c26011d75 - 2021Q2 - devel/juce: Broken on 11
Message-ID:  <202104170636.13H6aRfI048773@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=678c26011d75d995220fd8b4abc7656f8a18ac89

commit 678c26011d75d995220fd8b4abc7656f8a18ac89
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-09 18:46:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-17 06:35:52 +0000

    devel/juce: Broken on 11
    
    Reported by:    fallout
    
    (cherry picked from commit 4354917d7bed7b36cbde3e5c4b5233ad82521d25)
---
 devel/juce/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/juce/Makefile b/devel/juce/Makefile
index 3c22b0731881..2d965a560edf 100644
--- a/devel/juce/Makefile
+++ b/devel/juce/Makefile
@@ -12,6 +12,8 @@ LICENSE_NAME=	JUCE 6 End User License Agreement
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror
 
+BROKEN_FreeBSD_11=	error: use of undeclared identifier 'pthread_setname_np'
+
 BUILD_DEPENDS=	ladspa>0:audio/ladspa
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libfreetype.so:print/freetype2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104170636.13H6aRfI048773>