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:   wiz
Date:           Sun Jul 20 09:36:32 UTC 2025

Modified Files:
        pkgsrc/graphics/libjxl: Makefile

Log Message:
libjxl: add atomic64.mk

since libjxl looks for libatomic


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/graphics/libjxl/Makefile:1.8
--- pkgsrc/graphics/libjxl/Makefile:1.7 Wed May  7 17:53:41 2025
+++ pkgsrc/graphics/libjxl/Makefile     Sun Jul 20 09:36:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/05/07 17:53:41 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2025/07/20 09:36:32 wiz Exp $
 
 .include "Makefile.common"
 
@@ -40,4 +40,5 @@ PKGCONFIG_OVERRIDE+=  lib/threads/libjxl_
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/libhighway/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index