git: f9f4f6dd80b6 - 2025Q1 - print/paps: Mark broken on i386

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Thu, 27 Feb 2025 10:05:42 UTC
The branch 2025Q1 has been updated by eduardo:

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

commit f9f4f6dd80b678079b1a92ed85f4ea3323cd14c8
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-02-27 10:02:32 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-02-27 10:05:16 +0000

    print/paps: Mark broken on i386
    
    MFH:            2025Q1
    
    (cherry picked from commit 4285e65c58e1dceac87f8507518b00ef0d3fa6b7)
---
 print/paps/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/print/paps/Makefile b/print/paps/Makefile
index 56765eb3b298..5bde5cd71c80 100644
--- a/print/paps/Makefile
+++ b/print/paps/Makefile
@@ -11,6 +11,8 @@ WWW=		https://paps.sourceforge.net/
 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