aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /multimedia/mpeg_encode/files/patch-aa
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
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