aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/rustypaste-cli/Makefile2
-rw-r--r--www/rustypaste/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile
index 683683101658..16de753ea15d 100644
--- a/www/rustypaste-cli/Makefile
+++ b/www/rustypaste-cli/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/orhun/rustypaste-cli
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails: error[E0080]: evaluation of constant value failed
+
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= orhun
diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile
index 5e0f2c25b22a..41875b37449f 100644
--- a/www/rustypaste/Makefile
+++ b/www/rustypaste/Makefile
@@ -10,6 +10,8 @@ WWW= https://blog.orhun.dev/blazingly-fast-file-sharing
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails: error[E0080]: evaluation of constant value failed
+
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo