graphics/libliftoff: switch 32-bit workaround to upstream fix
This commit is contained in:
parent
31bf892715
commit
d1e02dd7d3
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,12 @@
|
|||
PORTNAME= libliftoff
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
|
||||
PATCHFILES+= 2218b45d14de.patch:-p1 # https://gitlab.freedesktop.org/emersion/libliftoff/-/issues/75
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Lightweight KMS plane library
|
||||
WWW= https://gitlab.freedesktop.org/emersion/libliftoff
|
||||
|
@ -19,10 +23,4 @@ GL_SITE= https://gitlab.freedesktop.org
|
|||
GL_ACCOUNT= emersion
|
||||
GL_COMMIT= 40834142e1ab25cf0fc8e5461e51f08562294f11
|
||||
|
||||
# https://gitlab.freedesktop.org/emersion/libliftoff/-/issues/75
|
||||
CFLAGS_armv6= -Wno-error=sign-compare -Wno-error=sign-conversion
|
||||
CFLAGS_armv7= -Wno-error=sign-compare -Wno-error=sign-conversion
|
||||
CFLAGS_i386= -Wno-error=sign-compare -Wno-error=sign-conversion
|
||||
CFLAGS_powerpc= -Wno-error=sign-compare -Wno-error=sign-conversion
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1676927062
|
||||
SHA256 (emersion-libliftoff-40834142e1ab25cf0fc8e5461e51f08562294f11_GL0.tar.gz) = 73db89515450af439983806e0cf4d05164e9b26874285e341929e78ea963b3d5
|
||||
SIZE (emersion-libliftoff-40834142e1ab25cf0fc8e5461e51f08562294f11_GL0.tar.gz) = 36355
|
||||
SHA256 (2218b45d14de.patch) = 9d8dc7b33191eeb47e3ea51e29668e7059b979f1c0d26949c3ffd22ad3eac307
|
||||
SIZE (2218b45d14de.patch) = 4350
|
||||
|
|
Loading…
Reference in a new issue