pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/slop



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

Modified Files:
        pkgsrc/x11/slop: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/slop/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/slop/Makefile
diff -u pkgsrc/x11/slop/Makefile:1.17 pkgsrc/x11/slop/Makefile:1.18
--- pkgsrc/x11/slop/Makefile:1.17       Wed May 29 16:35:15 2024
+++ pkgsrc/x11/slop/Makefile    Sun Jun  2 14:28:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2024/05/29 16:35:15 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/06/02 14:28:28 ryoon Exp $
 
 DISTNAME=      slop-7.5
 PKGREVISION=   9
@@ -15,6 +15,7 @@ EXTRACT_USING=        bsdtar
 
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++17
 USE_CMAKE=     yes
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"



Home | Main Index | Thread Index | Old Index