mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
devel/isa-l: fix build on powerpc64le
erasure_code/ppc64le/gf_vect_mul_vsx.c:14:2: error: void function '_gf_vect_mul_base' should not return a value [-Wreturn-type] 14 | return 0; | ^ ~ 1 error generated.
This commit is contained in:
parent
7f6d8a4fb2
commit
cfaa7e06ca
2 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,9 @@ PORTVERSION= 2.31.0
|
|||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
PATCH_SITES= https://github.com/intel/isa-l/commit/
|
||||
PATCHFILES= 1b1ee1e18f5bb4d91e3839405a8557a64a3b2581.patch:-p1
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Intel(R) Intelligent Storage Acceleration Libray
|
||||
WWW= https://github.com/intel/isa-l
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1722790153
|
||||
TIMESTAMP = 1723463617
|
||||
SHA256 (intel-isa-l-v2.31.0_GH0.tar.gz) = e218b7b2e241cfb8e8b68f54a6e5eed80968cc387c4b1af03708b54e9fb236f1
|
||||
SIZE (intel-isa-l-v2.31.0_GH0.tar.gz) = 705375
|
||||
SHA256 (1b1ee1e18f5bb4d91e3839405a8557a64a3b2581.patch) = 2ee0c38621012f038cbc1f246f2a008d8a2f22cf2a9df843e630dc56ab076ae7
|
||||
SIZE (1b1ee1e18f5bb4d91e3839405a8557a64a3b2581.patch) = 1296
|
||||
|
|
Loading…
Add table
Reference in a new issue