summaryrefslogtreecommitdiff
path: root/multimedia/swfdec/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-06-17 19:26:06 +0000
committerminskim <minskim@pkgsrc.org>2007-06-17 19:26:06 +0000
commit143c4307a48c54c98c281137390b1111195cff25 (patch)
tree876897812fa7f0ea0cbd92c9fbeb310eb0b7663b /multimedia/swfdec/patches
parenta7d7fc176da5a80b057ca29459a58c6746ba54ae (diff)
downloadpkgsrc-143c4307a48c54c98c281137390b1111195cff25.tar.gz
Use stdlib.h instead of non-standard malloc.h.
Diffstat (limited to 'multimedia/swfdec/patches')
-rw-r--r--multimedia/swfdec/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/swfdec/patches/patch-ad b/multimedia/swfdec/patches/patch-ad
new file mode 100644
index 00000000000..63d4c4e5223
--- /dev/null
+++ b/multimedia/swfdec/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/06/17 19:26:06 minskim Exp $
+
+--- libswfdec/jpeg/sl_types.h.orig 2002-11-29 20:51:49.000000000 -0800
++++ libswfdec/jpeg/sl_types.h
+@@ -5,7 +5,7 @@
+ //#include <sl_profile.h>
+ //#include <sl_palette.h>
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #define HAVE_IEEE754_H
+