pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/maim



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jun  2 14:33:25 UTC 2024

Modified Files:
        pkgsrc/x11/maim: Makefile

Log Message:
x11/maim: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/maim/Makefile

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

Modified files:

Index: pkgsrc/x11/maim/Makefile
diff -u pkgsrc/x11/maim/Makefile:1.18 pkgsrc/x11/maim/Makefile:1.19
--- pkgsrc/x11/maim/Makefile:1.18       Wed May 29 16:35:07 2024
+++ pkgsrc/x11/maim/Makefile    Sun Jun  2 14:33:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/05/29 16:35:07 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/06/02 14:33:25 ryoon Exp $
 
 DISTNAME=      maim-5.7.4
 PKGREVISION=   6
@@ -15,6 +15,7 @@ EXTRACT_USING=        bsdtar
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++17
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"
 



Home | Main Index | Thread Index | Old Index