From 4285e65c58e1dceac87f8507518b00ef0d3fa6b7 Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Thu, 27 Feb 2025 10:02:32 +0000 Subject: [PATCH] print/paps: Mark broken on i386 MFH: 2025Q1 --- print/paps/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/print/paps/Makefile b/print/paps/Makefile index 3dfc7c1475a5..2267d0e16160 100644 --- a/print/paps/Makefile +++ b/print/paps/Makefile @@ -14,6 +14,8 @@ WWW= https://github.com/${GH_ACCOUNT}/${GH_PROJECT} LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING.LIB +BROKEN_i386= compilation fails, see https://github.com/dov/paps/issues/60 + LIB_DEPENDS= libfmt.so:devel/libfmt USES= cmake:indirect compiler:c++17-lang meson gnome pkgconfig python:env shebangfix