aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-23 12:49:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-02-23 13:00:03 +0000
commit60194bbd3a61c366aaba11c62aa74737310d3f4d (patch)
tree2bd40ea18e7943805a575403fe62732749728599
parent294cf6c1549f99d70d63d90f738ec2b65aca1463 (diff)
downloadports-60194bbd3a61c366aaba11c62aa74737310d3f4d.tar.gz
ports-60194bbd3a61c366aaba11c62aa74737310d3f4d.zip
graphics/libjxl: convert PIXBUF=off to CMAKE_BOOL after 7ea47cecaa27
-rw-r--r--graphics/libjxl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index 390288644888..4285076da61b 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -53,6 +53,7 @@ OPENEXR_CMAKE_BOOL= JPEGXL_ENABLE_OPENEXR
PIXBUF_USES= gnome
PIXBUF_USE= GNOME=gdkpixbuf2
+PIXBUF_CMAKE_BOOL= JPEGXL_ENABLE_PLUGIN_GDKPIXBUF
PNG_LIB_DEPENDS= libpng.so:graphics/png
PNG_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_PNG
@@ -61,7 +62,4 @@ post-patch:
@${REINPLACE_CMD} 's,/usr,${LOCALBASE},' \
${WRKSRC}/plugins/gdk-pixbuf/jxl.thumbnailer
-post-patch-PIXBUF-off:
- @${REINPLACE_CMD} -i.nopixbuf '/gdk-pixbuf/d' ${WRKSRC}/plugins/CMakeLists.txt
-
.include <bsd.port.mk>