summaryrefslogtreecommitdiff
path: root/graphics/impress/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 19:41:30 +0000
committerjoerg <joerg>2007-08-08 19:41:30 +0000
commite7d69b63cb8dc1f4df65b172918cc9623f9da30a (patch)
tree070d4aa82a0dfd54996c15c6550b28883cc5cbef /graphics/impress/patches
parent2f8e3517a8a114ddd7959c830ab5c2420514a574 (diff)
downloadpkgsrc-e7d69b63cb8dc1f4df65b172918cc9623f9da30a.tar.gz
Don't use malloc.h.
Diffstat (limited to 'graphics/impress/patches')
-rw-r--r--graphics/impress/patches/patch-ad12
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>