pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zellij: only for 64bits



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Jan 24 12:43:18 2024 +0100
Changeset:	5c8b9cc8d5587758d6136eea869ee290bdb8ab0d

Modified Files:
	zellij/Makefile

Log Message:
zellij: only for 64bits

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c8b9cc8d5587758d6136eea869ee290bdb8ab0d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zellij/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/zellij/Makefile b/zellij/Makefile
index e9ca1e46d3..bf49686c1e 100644
--- a/zellij/Makefile
+++ b/zellij/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 # wasmer only supports 64bits systems.
 # https://github.com/wasmerio/wasmer/issues/4244#issuecomment-1751365804
-#ONLY_FOR_PLATFORM=      ${LP64PLATFORMS}
+ONLY_FOR_PLATFORM=      ${LP64PLATFORMS}
 
 .include "cargo-depends.mk"
 


Home | Main Index | Thread Index | Old Index