pkgsrc/graphics/ilmbase/Makefile
dsainty a6d82b0fbd Include <cstring> to declare memset(), used from ImathMatrix.h in
inlines.  Bump PKGREVISION, as this modifies the installed header
as used by other packages.

Partially fixes building graphics/openexr under Ubuntu 10.10.
2011-01-03 07:58:43 +00:00

30 lines
687 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/01/03 07:58:43 dsainty Exp $
DISTNAME= ilmbase-1.0.2
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://savannah.nongnu.org/download/openexr/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.openexr.com/
COMMENT= High dynamic-range (HDR) image file format library and tools
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
LIBS.SunOS= -lm
PKGCONFIG_OVERRIDE= IlmBase.pc.in
PTHREAD_OPTS= require
CONFLICTS= openexr<1.6
BUILDLINK_TRANSFORM+= rm:-Wno-long-double
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"