From a279062efb59c84f573a1adeffd86557cf483a35 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sat, 14 Dec 2024 14:32:26 +0800 Subject: [PATCH] rarian: use C++11 to unbreak the build --- textproc/rarian/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/rarian/Portfile b/textproc/rarian/Portfile index d903a7f41ad3c..098ebb5d37b71 100644 --- a/textproc/rarian/Portfile +++ b/textproc/rarian/Portfile @@ -37,4 +37,4 @@ depends_lib port:tinyxml2 depends_run path:bin/xsltproc:libxslt \ path:bin/getopt:util-linux -compiler.blacklist gcc-4.0 +compiler.cxx_standard 2011