aboutsummaryrefslogtreecommitdiff
path: root/graphics/libliftoff/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-23 00:10:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-02-23 00:36:56 +0000
commitd1e02dd7d39033041808f63317eba2e2071f0c2a (patch)
tree6a29b6f7e8cb11ee26d50835ddbeafa7dcc7f2eb /graphics/libliftoff/Makefile
parent31bf892715ded49581e554100e5689bcdd50a6cf (diff)
downloadports-d1e02dd7d39033041808f63317eba2e2071f0c2a.tar.gz
ports-d1e02dd7d39033041808f63317eba2e2071f0c2a.zip
graphics/libliftoff: switch 32-bit workaround to upstream fix
Diffstat (limited to 'graphics/libliftoff/Makefile')
-rw-r--r--graphics/libliftoff/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/libliftoff/Makefile b/graphics/libliftoff/Makefile
index a8a7bba87755..ac715977046f 100644
--- a/graphics/libliftoff/Makefile
+++ b/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
@@ -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>