diff options
Diffstat (limited to 'graphics/transcode/patches/patch-ab')
-rw-r--r-- | graphics/transcode/patches/patch-ab | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/transcode/patches/patch-ab b/graphics/transcode/patches/patch-ab deleted file mode 100644 index aeec591d07a..00000000000 --- a/graphics/transcode/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $ - -diff -rcp export/export_xvid.c export/export_xvid.c -*** export/export_xvid.c Wed May 14 00:30:32 2003 ---- export/export_xvid.c Mon Jun 9 17:48:09 2003 -*************** -*** 48,54 **** - # endif - #endif - -! #if !defined(__FreeBSD__) && !defined(__APPLE__) /* We have malloc() in stdlib.h */ - #include <malloc.h> - #endif - ---- 48,54 ---- - # endif - #endif - -! #if !defined(__FreeBSD__) && !defined(__APPLE__) /* We have malloc() in stdlib.h */|| defined(__NetBSD__) - #include <malloc.h> - #endif - |