pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libqxp



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jun  4 05:38:27 UTC 2024

Modified Files:
        pkgsrc/converters/libqxp: Makefile

Log Message:
converters/libqxp: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/converters/libqxp/Makefile

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

Modified files:

Index: pkgsrc/converters/libqxp/Makefile
diff -u pkgsrc/converters/libqxp/Makefile:1.31 pkgsrc/converters/libqxp/Makefile:1.32
--- pkgsrc/converters/libqxp/Makefile:1.31      Wed May 29 16:31:38 2024
+++ pkgsrc/converters/libqxp/Makefile   Tue Jun  4 05:38:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2024/05/29 16:31:38 adam Exp $
+# $NetBSD: Makefile,v 1.32 2024/06/04 05:38:27 ryoon Exp $
 
 DISTNAME=      libqxp-0.0.2
 PKGREVISION=   22
@@ -15,6 +15,7 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++17
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 



Home | Main Index | Thread Index | Old Index