svn commit: r341016 - in branches/2014Q1/emulators/xbraitenberg: . files

Martin Wilke miwi at FreeBSD.org
Sat Jan 25 12:55:50 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list