diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /multimedia/mpeg_encode/files/patch-aa | |
parent | Remove do-package target that was running "make package" in (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'multimedia/mpeg_encode/files/patch-aa')
-rw-r--r-- | multimedia/mpeg_encode/files/patch-aa | 15 |
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 |