svn commit: r414104 - head/graphics/alembic

Alexey Dokuchaev danfe at FreeBSD.org
Wed Apr 27 12:21:23 UTC 2016


Author: danfe
Date: Wed Apr 27 12:21:21 2016
New Revision: 414104
URL: https://svnweb.freebsd.org/changeset/ports/414104

Log:
  Unbreak the build after `science/hdf5' was updated to v1.10.0 in r413700.
  
  Reported by:	pkg-fallout
  Pointy hat to:	sunpoet

Modified:
  head/graphics/alembic/Makefile

Modified: head/graphics/alembic/Makefile
==============================================================================
--- head/graphics/alembic/Makefile	Wed Apr 27 12:20:19 2016	(r414103)
+++ head/graphics/alembic/Makefile	Wed Apr 27 12:21:21 2016	(r414104)
@@ -25,4 +25,8 @@ USE_GL=		glew glut
 
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS:BOOL=ON -DUSE_PYALEMBIC:BOOL=OFF
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,H5Rdereference,&1,' \
+		${WRKSRC}/lib/Alembic/AbcCoreHDF5/HDF5Util.cpp
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list