aboutsummaryrefslogtreecommitdiff
path: root/graphics/nvidia-texture-tools
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-09-27 03:58:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-09-27 03:58:12 +0000
commit53de8fe65c70ae11f8501f208a0a67e5d028ba11 (patch)
tree85c1d8d1c8cddbc3d310f57e0de8a8c09bc9d475 /graphics/nvidia-texture-tools
parentf8d576a2d7f62639ecf11488452a08b1759cabcf (diff)
downloadports-53de8fe65c70ae11f8501f208a0a67e5d028ba11.tar.gz
ports-53de8fe65c70ae11f8501f208a0a67e5d028ba11.zip
- Work around graphics/ilmbase pthread-related brokenness to fix build
Reported by: beat@
Notes
Notes: svn path=/head/; revision=304946
Diffstat (limited to 'graphics/nvidia-texture-tools')
-rw-r--r--graphics/nvidia-texture-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile
index dff1314ed906..b3fca1e5059c 100644
--- a/graphics/nvidia-texture-tools/Makefile
+++ b/graphics/nvidia-texture-tools/Makefile
@@ -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