mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
nebula: add patch for riscv64
This commit is contained in:
parent
1da1bc91dd
commit
698fb76db2
1 changed files with 9 additions and 0 deletions
9
srcpkgs/nebula/patches/riscv64.patch
Normal file
9
srcpkgs/nebula/patches/riscv64.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- a/udp_linux_64.go 2021-05-11 03:23:49.000000000 +0200
|
||||
+++ - 2023-01-28 22:54:02.482711168 +0100
|
||||
@@ -1,5 +1,5 @@
|
||||
// +build linux
|
||||
-// +build amd64 arm64 ppc64 ppc64le mips64 mips64le s390x
|
||||
+// +build amd64 arm64 ppc64 ppc64le mips64 mips64le s390x riscv64
|
||||
// +build !android
|
||||
// +build !e2e_testing
|
||||
|
Loading…
Add table
Reference in a new issue