pkgsrc/graphics/ilmbase/patches/patch-ac
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

14 lines
389 B
Text

$NetBSD: patch-ac,v 1.1 2011/01/03 07:58:43 dsainty Exp $
Include <cstring> to declare memset(), used from this header in inlines.
--- Imath/ImathMatrix.h.orig 2010-07-17 10:48:40.000000000 +1200
+++ Imath/ImathMatrix.h 2011-01-03 20:30:27.543078712 +1300
@@ -49,6 +49,7 @@
#include "ImathVec.h"
#include "ImathShear.h"
+#include <cstring>
#include <iostream>
#include <iomanip>