git: 1566fe1dab27 - main - cad/openvsp: drop unused libpthread-stubs

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sat, 11 Feb 2023 08:24:52 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1566fe1dab272560ca8e8225edf12514a6147368

commit 1566fe1dab272560ca8e8225edf12514a6147368
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-10 15:23:38 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-02-11 08:20:27 +0000

    cad/openvsp: drop unused libpthread-stubs
    
    PR:             269464
    Reported by:    jbeich@FreeBSD.org
---
 cad/openvsp/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 0f3819df4218..92f844648794 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -15,8 +15,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 BROKEN_aarch64=		fails to compile: invokes x86 asm
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
-		${LOCALBASE}/include/glm/glm.hpp:math/glm \
-		${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+		${LOCALBASE}/include/glm/glm.hpp:math/glm
 LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2 \