pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/libvisio
Module Name: pkgsrc
Committed By: ryoon
Date: Fri May 31 21:52:23 UTC 2024
Modified Files:
pkgsrc/converters/libvisio: Makefile
Log Message:
converters/libvisio: Force gnu++17 for the latest textproc/icu
* Fix build.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/converters/libvisio/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/libvisio/Makefile
diff -u pkgsrc/converters/libvisio/Makefile:1.87 pkgsrc/converters/libvisio/Makefile:1.88
--- pkgsrc/converters/libvisio/Makefile:1.87 Wed May 29 16:31:38 2024
+++ pkgsrc/converters/libvisio/Makefile Fri May 31 21:52:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2024/05/29 16:31:38 adam Exp $
+# $NetBSD: Makefile,v 1.88 2024/05/31 21:52:23 ryoon Exp $
DISTNAME= libvisio-0.1.7
PKGREVISION= 23
@@ -14,7 +14,8 @@ LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 OR gnu
#TOOL_DEPENDS+= doxygen>=1.8.9:../../devel/doxygen
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++17
USE_LIBTOOL= yes
USE_TOOLS+= perl:build pkg-config
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index