pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/unrar unrar: needs C++11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b34e35cdbbf
branches:  trunk
changeset: 388328:7b34e35cdbbf
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 17 05:59:19 2022 +0000

description:
unrar: needs C++11

diffstat:

 archivers/unrar/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8d6ba64cfd61 -r 7b34e35cdbbf archivers/unrar/Makefile.common
--- a/archivers/unrar/Makefile.common   Thu Nov 17 01:54:55 2022 +0000
+++ b/archivers/unrar/Makefile.common   Thu Nov 17 05:59:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2022/11/16 10:40:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.48 2022/11/17 05:59:19 adam Exp $
 #
 # used by archivers/libunrar/Makefile
 # used by archivers/unrar/Makefile
@@ -19,7 +19,7 @@
 # You can redistribute either original or modified binaries or sources.
 
 NO_CONFIGURE=  YES
-USE_LANGUAGES= c++
+USE_LANGUAGES= c++11
 # XXX: makefile has DOS line endings
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index