aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arts++
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-09-01 12:32:24 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-09-01 12:32:24 +0000
commit8f869e46533c209bb7a8297319badcdfdba1ba08 (patch)
treec37a0801bf83a943e70fec12a69de943c5fc6a18 /net-mgmt/arts++
parent4d7080226b11754db1101eafe8ef4cd563f822df (diff)
downloadports-8f869e46533c209bb7a8297319badcdfdba1ba08.tar.gz
ports-8f869e46533c209bb7a8297319badcdfdba1ba08.zip
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
Notes
Notes: svn path=/head/; revision=478678
Diffstat (limited to 'net-mgmt/arts++')
-rw-r--r--net-mgmt/arts++/Makefile1
1 files changed, 1 insertions, 0 deletions
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