pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/libmsn
Module Name: pkgsrc
Committed By: nros
Date: Sun Mar 26 12:54:26 UTC 2023
Modified Files:
pkgsrc/chat/libmsn: Makefile
Log Message:
libmsn: use c++03 to fix build with c++17 default compilers
libmsn uses fetures deprecated in c++11 and gone in c++17.
explicitly use c++03 to make sure that it builds with
compilers that use c++17 by default.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/libmsn/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/libmsn/Makefile
diff -u pkgsrc/chat/libmsn/Makefile:1.12 pkgsrc/chat/libmsn/Makefile:1.13
--- pkgsrc/chat/libmsn/Makefile:1.12 Sat Jan 18 21:47:58 2020
+++ pkgsrc/chat/libmsn/Makefile Sun Mar 26 12:54:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 21:47:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2023/03/26 12:54:26 nros Exp $
DISTNAME= libmsn-4.2.1
PKGREVISION= 4
@@ -12,7 +12,7 @@ COMMENT= Library for connecting to Micro
LICENSE= gnu-gpl-v2
USE_CMAKE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
PKGCONFIG_OVERRIDE+= libmsn.pc.cmake
Home |
Main Index |
Thread Index |
Old Index