Date: Sat, 25 Jan 2014 12:55:50 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r341016 - in branches/2014Q1/emulators/xbraitenberg: . files Message-ID: <201401251255.s0PCtoZt005195@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Jan 25 12:55:49 2014 New Revision: 341016 URL: http://svnweb.freebsd.org/changeset/ports/341016 QAT: https://qat.redports.org/buildarchive/r341016/ Log: MFH: r340240 - Fix build with clang PR: 185500 Submitted by: Ports Fury Added: branches/2014Q1/emulators/xbraitenberg/files/ - copied from r340240, head/emulators/xbraitenberg/files/ Modified: branches/2014Q1/emulators/xbraitenberg/Makefile (contents, props changed) Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/emulators/xbraitenberg/Makefile ============================================================================== --- branches/2014Q1/emulators/xbraitenberg/Makefile Sat Jan 25 12:40:42 2014 (r341015) +++ branches/2014Q1/emulators/xbraitenberg/Makefile Sat Jan 25 12:55:49 2014 (r341016) @@ -8,12 +8,16 @@ CATEGORIES= emulators MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenberg/ MAINTAINER= ports@FreeBSD.org -COMMENT= A Braitenberg vehicle simulator with pseudo-physics +COMMENT= Braitenberg vehicle simulator with pseudo-physics USE_XORG= x11 ice sm xext GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_fpermissive=no PLIST_FILES= bin/xbraitenberg -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} -e \ + '/operator bool() const/d' ${WRKSRC}/operator.hh + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401251255.s0PCtoZt005195>