svn commit: r423734 - head/graphics/appleseed

Alexey Dokuchaev danfe at FreeBSD.org
Mon Oct 10 23:46:40 UTC 2016


Author: danfe
Date: Mon Oct 10 23:46:39 2016
New Revision: 423734
URL: https://svnweb.freebsd.org/changeset/ports/423734

Log:
  Try to unbreak the build on recent FreeBSD versions.
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/appleseed/Makefile

Modified: head/graphics/appleseed/Makefile
==============================================================================
--- head/graphics/appleseed/Makefile	Mon Oct 10 23:37:42 2016	(r423733)
+++ head/graphics/appleseed/Makefile	Mon Oct 10 23:46:39 2016	(r423734)
@@ -57,6 +57,8 @@ DISNEY_LIB_DEPENDS=	libOpenImageIO.so:gr
 			libSeExprEditor.so:graphics/seexpr
 
 post-patch:
+	@${REINPLACE_CMD} -e 's,atomic<int,boost::&,' \
+		${WRKSRC}/src/appleseed/renderer/kernel/rendering/localsampleaccumulationbuffer.cpp
 	@${RMDIR} ${WRKSRC}/sandbox/docs/api
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list