pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/unrar



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 17 05:59:19 UTC 2022

Modified Files:
        pkgsrc/archivers/unrar: Makefile.common

Log Message:
unrar: needs C++11


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/archivers/unrar/Makefile.common

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

Modified files:

Index: pkgsrc/archivers/unrar/Makefile.common
diff -u pkgsrc/archivers/unrar/Makefile.common:1.47 pkgsrc/archivers/unrar/Makefile.common:1.48
--- pkgsrc/archivers/unrar/Makefile.common:1.47 Wed Nov 16 10:40:06 2022
+++ pkgsrc/archivers/unrar/Makefile.common      Thu Nov 17 05:59:19 2022
@@ -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 @@ LICENSE=      unrar-license
 # 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