pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libjxl



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu May  1 18:43:10 UTC 2025

Modified Files:
        pkgsrc/graphics/libjxl: Makefile

Log Message:
libjxl: prevent jdk detection


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libjxl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libjxl/Makefile
diff -u pkgsrc/graphics/libjxl/Makefile:1.5 pkgsrc/graphics/libjxl/Makefile:1.6
--- pkgsrc/graphics/libjxl/Makefile:1.5 Thu Apr 24 14:14:29 2025
+++ pkgsrc/graphics/libjxl/Makefile     Thu May  1 18:43:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/04/24 14:14:29 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/05/01 18:43:10 tnn Exp $
 
 .include "Makefile.common"
 
@@ -16,6 +16,7 @@ CMAKE_CONFIGURE_ARGS+=        -DJPEGXL_FORCE_SY
 CMAKE_CONFIGURE_ARGS+= -DJPEGXL_FORCE_SYSTEM_HWY=ON
 CMAKE_CONFIGURE_ARGS+= -DJPEGXL_FORCE_SYSTEM_LCMS2=ON
 CMAKE_CONFIGURE_ARGS+= -DJPEGXL_ENABLE_DOXYGEN=OFF
+CMAKE_CONFIGURE_ARGS+= -DJPEGXL_ENABLE_JNI=OFF
 CMAKE_CONFIGURE_ARGS+= -DJPEGXL_ENABLE_JPEGLI=OFF
 CMAKE_CONFIGURE_ARGS+= -DJPEGXL_ENABLE_SJPEG=OFF
 CMAKE_CONFIGURE_ARGS+= -DJPEGXL_ENABLE_SKCMS=OFF



Home | Main Index | Thread Index | Old Index