Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 12:32:25 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478678 - head/net-mgmt/arts++
Message-ID:  <201809011232.w81CWP34020532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Sep  1 12:32:24 2018
New Revision: 478678
URL: https://svnweb.freebsd.org/changeset/ports/478678

Log:
  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

Modified:
  head/net-mgmt/arts++/Makefile

Modified: head/net-mgmt/arts++/Makefile
==============================================================================
--- head/net-mgmt/arts++/Makefile	Sat Sep  1 12:31:27 2018	(r478677)
+++ head/net-mgmt/arts++/Makefile	Sat Sep  1 12:32:24 2018	(r478678)
@@ -14,6 +14,7 @@ COMMENT=	Network data storage and analysis library fro
 LICENSE=	LGPL21
 
 USES=		gmake libtool
+USE_CXXSTD=	c++98
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809011232.w81CWP34020532>