svn commit: r349403 - head/graphics/nvidia-texture-tools

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 28 10:04:12 UTC 2014


Author: amdmi3
Date: Fri Mar 28 10:04:11 2014
New Revision: 349403
URL: http://svnweb.freebsd.org/changeset/ports/349403
QAT: https://qat.redports.org/buildarchive/r349403/

Log:
  - Remove hack for ilmbase

Modified:
  head/graphics/nvidia-texture-tools/Makefile

Modified: head/graphics/nvidia-texture-tools/Makefile
==============================================================================
--- head/graphics/nvidia-texture-tools/Makefile	Fri Mar 28 09:35:19 2014	(r349402)
+++ head/graphics/nvidia-texture-tools/Makefile	Fri Mar 28 10:04:11 2014	(r349403)
@@ -47,8 +47,6 @@ BROKEN=		does not build
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e '/OPENEXR_LIBRARIES/ s|)$$| $${CMAKE_THREAD_LIBS_INIT}&|' \
-		${WRKSRC}/src/nvimage/CMakeLists.txt
 .if ${PORT_OPTIONS:MCOMPRESSUI}
 	@${REINPLACE_CMD} -e '/FIND_PACKAGE.*Qt4/ s|)$$| REQUIRED&|' \
 		${WRKSRC}/src/CMakeLists.txt


More information about the svn-ports-head mailing list