git: 2fc0b9ca17be - main - graphics/librsvg2-rust: Mark TESTING_UNSAFE

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 06 Mar 2024 19:20:27 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2fc0b9ca17beea8719d260dfb49cf2d633bdcb8f

commit 2fc0b9ca17beea8719d260dfb49cf2d633bdcb8f
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-06 19:18:53 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-06 19:19:09 +0000

    graphics/librsvg2-rust: Mark TESTING_UNSAFE
---
 graphics/librsvg2-rust/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile
index ca475106ac35..aff329c8abdb 100644
--- a/graphics/librsvg2-rust/Makefile
+++ b/graphics/librsvg2-rust/Makefile
@@ -47,6 +47,8 @@ OPTIONS_DEFINE=	DOCS
 DOCS_BUILD_DEPENDS=	gi-docgen:textproc/py-gi-docgen
 DOCS_CONFIGURE_ENABLE=	gtk-doc
 
+TESTING_UNSAFE=	ld: error: undefined symbol: pthread_condattr_init
+
 post-patch:
 # Add explicit <triple> subdir for --target from USES=cargo
 	@${REINPLACE_CMD} 's/test "x$$cross_compiling" = "xyes"/true/' \