diff options
author | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-07-06 02:06:42 -0400 |
---|---|---|
committer | Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> | 2025-07-06 02:09:53 -0400 |
commit | 12f678dd19e09754cf3d9e418b81996d65208cde (patch) | |
tree | 81fe779814fa7b8dc806ba6b78a65eb4561b87e8 | |
parent | www/homepage: New port: Highly customizable homepage with service API integra... (diff) |
finance/homebox: 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-- | finance/homebox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile index 82e6f3bea236..8fe6e10fca30 100644 --- a/finance/homebox/Makefile +++ b/finance/homebox/Makefile @@ -11,6 +11,8 @@ WWW= https://homebox.software LICENSE= AGPLv3 +BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment + USES= go:modules USE_GITHUB= yes GH_ACCOUNT= sysadminsmedia |