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
This commit is contained in:
Piotr Kubaj 2020-08-16 18:59:13 +00:00
parent 7755029ab9
commit af990a36cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545130

View File

@ -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 \