summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/files/patch-header_libpnmrw.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg_encode/files/patch-header_libpnmrw.h')
-rw-r--r--multimedia/mpeg_encode/files/patch-header_libpnmrw.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpeg_encode/files/patch-header_libpnmrw.h b/multimedia/mpeg_encode/files/patch-header_libpnmrw.h
new file mode 100644
index 000000000000..7bd0c1b7fc5e
--- /dev/null
+++ b/multimedia/mpeg_encode/files/patch-header_libpnmrw.h
@@ -0,0 +1,11 @@
+--- headers/libpnmrw.h.orig Wed Aug 9 11:17:41 1995
++++ headers/libpnmrw.h Tue Jul 23 17:06:15 2002
+@@ -20,7 +20,7 @@
+ ** that point here, feel free to tweak or remove these declarations.
+ */
+ #include <malloc.h>
+-#if !defined(sco) && !defined(sgi) && !defined(IRIX)
++#if !defined(sco) && !defined(sgi) && !defined(IRIX) && !defined(__FreeBSD__)
+ extern char* malloc();
+ #endif
+ /* End of configurable definitions. */