From 8e85b413522a43e7afea1ca97cad37a86cae8daa Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 12 Sep 2014 18:09:55 +0000 Subject: Fix opencolorio-tools build. Now that opencolorio has a post-patch, opencolorio-tools can't have one. opencolorio-tools fails stage-qa, though, due to some stray files in STAGEDIR that are probably simplest to just list as @comment inside pkg-plist-tools: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: include/OpenColorIO/OpenColorABI.h Error: Orphaned: include/OpenColorIO/OpenColorIO.h Error: Orphaned: include/OpenColorIO/OpenColorTransforms.h Error: Orphaned: include/OpenColorIO/OpenColorTypes.h Error: Orphaned: libdata/pkgconfig/OpenColorIO.pc --- graphics/opencolorio-tools/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'graphics/opencolorio-tools') diff --git a/graphics/opencolorio-tools/Makefile b/graphics/opencolorio-tools/Makefile index a89208e29261..46a569e34735 100644 --- a/graphics/opencolorio-tools/Makefile +++ b/graphics/opencolorio-tools/Makefile @@ -12,8 +12,4 @@ USE_GL= glew glut EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt -post-patch: - @${FIND} ${WRKSRC}/src/apps -name main.cpp | ${XARGS} \ - ${REINPLACE_CMD} '/namespace OIIO/d' - .include "${MASTERDIR}/Makefile" -- cgit v1.2.3