From 8f869e46533c209bb7a8297319badcdfdba1ba08 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 1 Sep 2018 12:32:24 +0000 Subject: [PATCH] net-mgmt/arts++: Fix build with Clang 6 checking size of unsigned short... configure: error: cannot compute sizeof (unsigned short), 77 http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/arts++-1.1.a13_2,1.log --- net-mgmt/arts++/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index d2ac6b2664c9..cd43ad1d8ecc 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -14,6 +14,7 @@ COMMENT= Network data storage and analysis library from CAIDA LICENSE= LGPL21 USES= gmake libtool +USE_CXXSTD= c++98 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes