diff options
author | joerg <joerg> | 2007-08-08 19:41:30 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-08 19:41:30 +0000 |
commit | 4accdb62ef543b475221d7277493b950563d07df (patch) | |
tree | 070d4aa82a0dfd54996c15c6550b28883cc5cbef /graphics/impress/patches | |
parent | 450266c064fd9e195423c7f7052f69c5e905597f (diff) | |
download | pkgsrc-4accdb62ef543b475221d7277493b950563d07df.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'graphics/impress/patches')
-rw-r--r-- | graphics/impress/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
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> |