Date: Fri, 31 Aug 2018 22:44:47 +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: r478619 - head/emulators/xbraitenberg Message-ID: <201808312244.w7VMilQ4090232@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Aug 31 22:44:47 2018 New Revision: 478619 URL: https://svnweb.freebsd.org/changeset/ports/478619 Log: emulators/xbraitenberg: Fix build with Clang 6 In file included from actuator.cc:5: In file included from ./vehicle.hh:5: ./vector.hh:10:21: error: 'operator new' cannot be declared static in global scope static inline void *operator new(size_t, void *v) { return v; } ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/xbraitenberg-0.9_2.log Modified: head/emulators/xbraitenberg/Makefile Modified: head/emulators/xbraitenberg/Makefile ============================================================================== --- head/emulators/xbraitenberg/Makefile Fri Aug 31 22:43:43 2018 (r478618) +++ head/emulators/xbraitenberg/Makefile Fri Aug 31 22:44:47 2018 (r478619) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenbe MAINTAINER= ports@FreeBSD.org COMMENT= Braitenberg vehicle simulator with pseudo-physics +USE_CXXSTD= c++98 USE_XORG= x11 ice sm xext GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_fpermissive=no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808312244.w7VMilQ4090232>