svn commit: r304946 - head/graphics/nvidia-texture-tools
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 27 03:58:13 UTC 2012
Author: amdmi3
Date: Thu Sep 27 03:58:12 2012
New Revision: 304946
URL: http://svn.freebsd.org/changeset/ports/304946
Log:
- Work around graphics/ilmbase pthread-related brokenness to fix build
Reported by: beat@
Modified:
head/graphics/nvidia-texture-tools/Makefile
Modified: head/graphics/nvidia-texture-tools/Makefile
==============================================================================
--- head/graphics/nvidia-texture-tools/Makefile Thu Sep 27 03:05:23 2012 (r304945)
+++ head/graphics/nvidia-texture-tools/Makefile Thu Sep 27 03:58:12 2012 (r304946)
@@ -50,6 +50,8 @@ BROKEN= does not build
.endif
post-patch:
+ @${REINPLACE_CMD} -e '/OPENEXR_LIBRARIES/ s|)$$| $${CMAKE_THREAD_LIBS_INIT}&|' \
+ ${WRKSRC}/src/nvimage/CMakeLists.txt
.if defined(WITH_COMPRESSUI)
@${REINPLACE_CMD} -e '/FIND_PACKAGE.*Qt4/ s|)$$| REQUIRED&|' \
${WRKSRC}/src/CMakeLists.txt
More information about the svn-ports-all
mailing list