Index: Makefile =================================================================== --- Makefile (revision 383387) +++ Makefile (working copy) @@ -20,7 +20,7 @@ # fbm also installs bin/idiff CONFLICTS= fbm-[0-9]* -USES= cmake:outsource compiler +USES= cmake:outsource CMAKE_ARGS= -DBUILDSTATIC:BOOL=OFF \ -DLINKSTATIC:BOOL=OFF \ -DNOTHREADS:BOOL=OFF \ @@ -71,13 +71,6 @@ CMAKE_ARGS+= -DUSE_OPENGL:BOOL=OFF -DUSE_QT:BOOL=OFF .endif -.include - -.if ${COMPILER_TYPE} == gcc -# GCC 4.2 does not link with other ports that now use GCC 4.9 or later. -USE_GCC= yes -.endif - post-patch: @${REINPLACE_CMD} -e 's|share/doc/OpenImageIO|${DOCSDIR}|g' \ ${WRKSRC}/CMakeLists.txt @@ -88,4 +81,4 @@ ${LN} -sf libOpenImageIO_Util.so.1.4 ${STAGEDIR}${PREFIX}/lib/libOpenImageIO_Util.so.1 .endif -.include +.include