diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 19:41:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 19:41:30 +0000 |
commit | 94883ca1eae42490915a968dc2641c673056f5a6 (patch) | |
tree | 070d4aa82a0dfd54996c15c6550b28883cc5cbef /graphics/impress | |
parent | cef45775b74c7004560a650d6e3ed9a6e70be56f (diff) | |
download | pkgsrc-94883ca1eae42490915a968dc2641c673056f5a6.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'graphics/impress')
-rw-r--r-- | graphics/impress/distinfo | 3 | ||||
-rw-r--r-- | graphics/impress/patches/patch-ad | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/impress/distinfo b/graphics/impress/distinfo index f17655d36ab..727c4847bd2 100644 --- a/graphics/impress/distinfo +++ b/graphics/impress/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2006/04/22 17:45:38 joerg Exp $ +$NetBSD: distinfo,v 1.6 2007/08/08 19:41:49 joerg Exp $ SHA1 (imp1.1b9.tar.gz) = 73d3ce69d2d31af0b8e6bfb3825ebcd2f519024c RMD160 (imp1.1b9.tar.gz) = 2f0d49d90baa1c92edf564bf163147679c4cbaf4 @@ -6,3 +6,4 @@ Size (imp1.1b9.tar.gz) = 1334533 bytes SHA1 (patch-aa) = a872102d3b3205b6e8e4d44839b150e94aa6fd8a SHA1 (patch-ab) = f6e71dbd213cfdc447535bc25325c9417a99c498 SHA1 (patch-ac) = bedff4ed0d84f482fe765b775a2c2ac58eacdba3 +SHA1 (patch-ad) = e929f3994e292d508a665d3c25d34b4f21c5fd60 diff --git a/graphics/impress/patches/patch-ad b/graphics/impress/patches/patch-ad new file mode 100644 index 00000000000..dcf40339f99 --- /dev/null +++ b/graphics/impress/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2007/08/08 19:41:49 joerg Exp $ + +--- font3d/truetype.cc.orig 2007-08-08 19:20:34.000000000 +0000 ++++ font3d/truetype.cc +@@ -29,7 +29,6 @@ + //============================================================================================== + + #include <stdlib.h> +-#include <malloc.h> + #include <stdio.h> + #include <iostream.h> + #include <iomanip.h> |