Skip to content

Commit

Permalink
graphics/libliftoff: switch 32-bit workaround to upstream fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Feb 23, 2023
1 parent 31bf892 commit d1e02dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions graphics/libliftoff/Makefile
@@ -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
Expand All @@ -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>
2 changes: 2 additions & 0 deletions graphics/libliftoff/distinfo
@@ -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

0 comments on commit d1e02dd

Please sign in to comment.