pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/luminance-hdr



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Jun  1 16:53:35 UTC 2025

Modified Files:
        pkgsrc/graphics/luminance-hdr: Makefile

Log Message:
graphics/luminance-hdr: use mk/openmp.mk (avoid unnecessary/unused openmp lib install with gcc)


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/graphics/luminance-hdr/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/luminance-hdr/Makefile
diff -u pkgsrc/graphics/luminance-hdr/Makefile:1.105 pkgsrc/graphics/luminance-hdr/Makefile:1.106
--- pkgsrc/graphics/luminance-hdr/Makefile:1.105        Thu Apr 24 14:14:31 2025
+++ pkgsrc/graphics/luminance-hdr/Makefile      Sun Jun  1 16:53:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2025/04/24 14:14:31 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2025/06/01 16:53:35 thor Exp $
 
 DISTNAME=      luminance-hdr-2.6.1.1
 PKGREVISION=   19
@@ -30,7 +30,7 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_BUILD_TYP
 .include "../../math/eigen3/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../math/gsl/buildlink3.mk"
-.include "../../parallel/openmp/buildlink3.mk"
+.include "../../mk/openmp.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../x11/qt5-qtwebengine/buildlink3.mk"



Home | Main Index | Thread Index | Old Index