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:   wiz
Date:           Sat May 11 15:45:41 UTC 2024

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

Log Message:
luminance-hdr: needs C++14 now

but still fails to build with boost 1.85
https://github.com/LuminanceHDR/LuminanceHDR/issues/283


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/graphics/luminance-hdr/Makefile:1.93
--- pkgsrc/graphics/luminance-hdr/Makefile:1.92 Sat Apr  6 08:05:50 2024
+++ pkgsrc/graphics/luminance-hdr/Makefile      Sat May 11 15:45:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2024/04/06 08:05:50 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2024/05/11 15:45:41 wiz Exp $
 
 DISTNAME=      luminance-hdr-2.6.1.1
 PKGREVISION=   8
@@ -12,6 +12,8 @@ COMMENT=      GUI application that aims to pr
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES= c c++
+# "Boost.Math requires C++14"
+FORCE_CXX_STD= c++14
 USE_TOOLS+=    pkg-config
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release



Home | Main Index | Thread Index | Old Index