Date: Thu, 27 Sep 2012 03:58:12 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304946 - head/graphics/nvidia-texture-tools Message-ID: <201209270358.q8R3wCmI047237@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209270358.q8R3wCmI047237>