diff options
author | adam <adam@pkgsrc.org> | 2022-11-17 05:59:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-17 05:59:19 +0000 |
commit | 903dcc1863680a8bb773e5a341a3f8a978068609 (patch) | |
tree | a17d703e544620f5c364bcb1ab197e124ca2b840 | |
parent | 08eeb16efb93b531557ae2269cfdf2bf601af5f8 (diff) | |
download | pkgsrc-903dcc1863680a8bb773e5a341a3f8a978068609.tar.gz |
unrar: needs C++11
-rw-r--r-- | archivers/unrar/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unrar/Makefile.common b/archivers/unrar/Makefile.common index 6d40d9e7850..3e3fb969c71 100644 --- a/archivers/unrar/Makefile.common +++ b/archivers/unrar/Makefile.common @@ -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 |