svn commit: r478678 - head/net-mgmt/arts++
Tobias Kortkamp
tobik at FreeBSD.org
Sat Sep 1 12:32:26 UTC 2018
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
More information about the svn-ports-all
mailing list