pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pwlib



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 22 12:57:17 UTC 2024

Modified Files:
        pkgsrc/devel/pwlib: Makefile

Log Message:
pwlib: Limit to legacy C++ standard for auto_ptr usage


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/pwlib/Makefile

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

Modified files:

Index: pkgsrc/devel/pwlib/Makefile
diff -u pkgsrc/devel/pwlib/Makefile:1.73 pkgsrc/devel/pwlib/Makefile:1.74
--- pkgsrc/devel/pwlib/Makefile:1.73    Tue Oct 24 22:08:56 2023
+++ pkgsrc/devel/pwlib/Makefile Sun Dec 22 12:57:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2023/10/24 22:08:56 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2024/12/22 12:57:17 nia Exp $
 
 DISTNAME=      pwlib-v1_8_3-src
 PKGNAME=       pwlib-1.8.3
@@ -16,6 +16,9 @@ COMMENT=      Portable Windows Library
 # incompatible rework. That rework is (or is subsumed by) "ptlib".
 NOT_FOR_PLATFORM+=     ${LP64PLATFORMS}
 
+# Depends on deprecated std::auto_ptr, etc
+FORCE_CXX_STD+=                gnu++03
+
 PKG_DESTDIR_SUPPORT=   destdir
 
 WRKSRC=                        ${WRKDIR}/pwlib



Home | Main Index | Thread Index | Old Index