summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg_encode/files/patch-aa')
-rw-r--r--multimedia/mpeg_encode/files/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/mpeg_encode/files/patch-aa b/multimedia/mpeg_encode/files/patch-aa
deleted file mode 100644
index c4d2f537b154..000000000000
--- a/multimedia/mpeg_encode/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./headers/libpnmrw.h~ Thu Aug 1 08:52:25 1996
-+++ ./headers/libpnmrw.h Thu Aug 1 08:51:16 1996
-@@ -19,7 +19,12 @@
- ** malloc.h at all. A sad situation. If you have compilation problems
- ** that point here, feel free to tweak or remove these declarations.
- */
-+#ifdef __FreeBSD__
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
-+
- #if !defined(sco) && !defined(sgi) && !defined(IRIX)
- extern char* malloc();
- #endif