pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/liblcf



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

Modified Files:
        pkgsrc/games/liblcf: Makefile

Log Message:
games/liblcf: Fix build with ICU 75


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

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

Modified files:

Index: pkgsrc/games/liblcf/Makefile
diff -u pkgsrc/games/liblcf/Makefile:1.18 pkgsrc/games/liblcf/Makefile:1.19
--- pkgsrc/games/liblcf/Makefile:1.18   Wed May 29 16:32:41 2024
+++ pkgsrc/games/liblcf/Makefile        Sun Jun  2 12:28:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/05/29 16:32:41 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/06/02 12:28:01 ryoon Exp $
 
 DISTNAME=      liblcf-0.7.0
 PKGREVISION=   5
@@ -13,12 +13,9 @@ LICENSE=     mit
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config gmake
 USE_LANGUAGES+=        c c++
+FORCE_CXX_STD= c++17
 USE_LIBTOOL=   yes
 
-# "We require now the C++ language standard C++14.
-# The lowest GCC compiler supporting this fully is GCC5"
-GCC_REQD+=     5
-
 # Expat in pkgsrc is new enough, however, the version checking fails.
 # Remove the version requirement.
 SUBST_CLASSES+=                expat



Home | Main Index | Thread Index | Old Index