pkgsrc/graphics/openexr/Makefile
nia 7eb9bfe474 openexr: Update to 2.4.0
Summary of changes:

    All code compiles without warnings on gcc, clang, msvc
    Cleanup of license and copyright notices
    floating-point exception handling is disabled by default
    New Slice::Make method to reliably compute base pointer for a slice.
    Miscellaneous bug fixes

This version fixes the following security vulnerabilities:

    CVE-2018-18444 Issue #351 Out of Memory
    CVE-2018-18443 Issue #350 heap-buffer-overflow
2019-09-21 21:34:44 +00:00

20 lines
433 B
Makefile

# $NetBSD: Makefile,v 1.40 2019/09/21 21:34:44 nia Exp $
.include "Makefile.common"
CONFIGURE_DIRS= OpenEXR
BUILD_DIRS= OpenEXR
USE_TOOLS+= pkg-config
LIBS.IRIX+= -lmx
PKGCONFIG_OVERRIDE= OpenEXR.pc.in
pre-configure:
cd ${WRKSRC}/OpenEXR && ./bootstrap
.include "../../devel/zlib/buildlink3.mk"
BUILDLINK_API_DEPENDS.ilmbase+= ilmbase>=1.0.2nb1
.include "../../graphics/ilmbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"