pkgsrc/graphics/openexr/Makefile.common
wiz 30e8430ef5 openexr, ilmbase: update to 2.5.4
Patch release with various bug/sanitizer/security fixes, primarily
related to reading corrupted input files.
2021-01-04 12:38:05 +00:00

38 lines
876 B
Text

# $NetBSD: Makefile.common,v 1.8 2021/01/04 12:38:05 wiz Exp $
# used by graphics/ilmbase/Makefile
DISTNAME= openexr-2.5.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/}
GITHUB_PROJECT= openexr
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://www.openexr.com/
COMMENT= High dynamic-range (HDR) image file format library and tools
LICENSE= modified-bsd
CHECK_PORTABILITY_SKIP+= util/reformat.sh # unused file
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_TOOLS+= autoconf automake aclocal
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++14
USE_LIBTOOL= yes
TEST_TARGET= check
# C++14
GCC_REQD+= 6
LIBS.SunOS+= -lm
PTHREAD_OPTS= require
# Compatibility
CONFIGURE_ARGS+= --disable-namespaceversioning
BUILDLINK_TRANSFORM+= rm:-Wno-long-double
CHECK_PORTABILITY_SKIP+= Contrib/DtexToExr/bootstrap
.include "../../mk/pthread.buildlink3.mk"