pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dvd+rw-tools Use c++03, code is not c++11 clean.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0f49babeb16
branches:  trunk
changeset: 419569:f0f49babeb16
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 21 23:46:03 2019 +0000

description:
Use c++03, code is not c++11 clean.

diffstat:

 sysutils/dvd+rw-tools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2be3be3f984b -r f0f49babeb16 sysutils/dvd+rw-tools/Makefile
--- a/sysutils/dvd+rw-tools/Makefile    Sat Dec 21 23:45:22 2019 +0000
+++ b/sysutils/dvd+rw-tools/Makefile    Sat Dec 21 23:46:03 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/11/04 21:28:44 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2019/12/21 23:46:03 joerg Exp $
 #
 
 DISTNAME=      dvd+rw-tools-7.1
@@ -14,7 +14,7 @@
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 USE_TOOLS+=    m4 gmake
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index