diff options
author | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-07-05 01:32:30 -0400 |
---|---|---|
committer | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-07-05 14:43:45 -0400 |
commit | be183b0e54365f415eed23d37c9fa6ee7a4fbadc (patch) | |
tree | b1aec7266cdc4f7b570d374013a6bb9e8ba27a2e | |
parent | textproc/harper: Update to 0.48.0 (diff) |
www/pocket-id: Mark BROKEN on i386
Cannot use int64(off) (value of type int64) as int32 value in
assignment.
Reported by: pkg-fallout
Approved by: acm (mentor)
-rw-r--r-- | www/pocket-id/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/pocket-id/Makefile b/www/pocket-id/Makefile index 641ca2d03c15..61c63028f6da 100644 --- a/www/pocket-id/Makefile +++ b/www/pocket-id/Makefile @@ -11,6 +11,8 @@ WWW= https://pocket-id.org LICENSE= BSD2CLAUSE +BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment + USES= go:modules USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} |