From af990a36cf77974f035a05a67e63d0f41b102da3 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 16 Aug 2020 18:59:13 +0000 Subject: [PATCH] sysutils/rsyncrypto: fix build on GCC architectures Use C++11 compiler: crypt_key.h:54: error: ISO C++ forbids declaration of 'unique_ptr' with no type --- sysutils/rsyncrypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/rsyncrypto/Makefile b/sysutils/rsyncrypto/Makefile index dbd492d2857b..028d99281ce2 100644 --- a/sysutils/rsyncrypto/Makefile +++ b/sysutils/rsyncrypto/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libargtable2.so:devel/argtable RUN_DEPENDS= rsync:net/rsync -USES= gmake localbase ssl tar:bzip2 +USES= compiler:c++11-lang gmake localbase ssl tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/rsyncrypto \