pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse-darling-dmg



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jun  3 14:39:34 UTC 2024

Modified Files:
        pkgsrc/filesystems/fuse-darling-dmg: Makefile

Log Message:
filesystems/fuse-darling-dmg: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/filesystems/fuse-darling-dmg/Makefile

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

Modified files:

Index: pkgsrc/filesystems/fuse-darling-dmg/Makefile
diff -u pkgsrc/filesystems/fuse-darling-dmg/Makefile:1.22 pkgsrc/filesystems/fuse-darling-dmg/Makefile:1.23
--- pkgsrc/filesystems/fuse-darling-dmg/Makefile:1.22   Wed May 29 16:32:28 2024
+++ pkgsrc/filesystems/fuse-darling-dmg/Makefile        Mon Jun  3 14:39:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2024/05/29 16:32:28 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/06/03 14:39:34 ryoon Exp $
 #
 
 DISTNAME=      fuse-darling-dmg-1.0.4.20210411
@@ -14,6 +14,7 @@ COMMENT=      FUSE module for .dmg files (con
 LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++17
 USE_TOOLS+=    pkg-config
 
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index