diff options
Diffstat (limited to 'graphics/transcode/patches')
-rw-r--r-- | graphics/transcode/patches/patch-ab | 22 | ||||
-rw-r--r-- | graphics/transcode/patches/patch-ac | 22 | ||||
-rw-r--r-- | graphics/transcode/patches/patch-am | 22 |
3 files changed, 0 insertions, 66 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 - diff --git a/graphics/transcode/patches/patch-ac b/graphics/transcode/patches/patch-ac deleted file mode 100644 index 01fc5032d61..00000000000 --- a/graphics/transcode/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $ - -diff -rcp export/export_xvidcvs.c export/export_xvidcvs.c -*** export/export_xvidcvs.c Fri May 9 16:52:32 2003 ---- export/export_xvidcvs.c Mon Jun 9 17:48:14 2003 -*************** -*** 48,54 **** - # endif - #endif - -! #if !defined(__FreeBSD__) && !defined(__APPLE__) - #include <malloc.h> - #endif - ---- 48,54 ---- - # endif - #endif - -! #if !defined(__FreeBSD__) && !defined(__APPLE__)|| defined(__NetBSD__) - #include <malloc.h> - #endif - diff --git a/graphics/transcode/patches/patch-am b/graphics/transcode/patches/patch-am deleted file mode 100644 index 0981a51c832..00000000000 --- a/graphics/transcode/patches/patch-am +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-am,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $ - -diff -rcp src/zoom.c src/zoom.c -*** src/zoom.c Tue Apr 8 20:50:11 2003 ---- src/zoom.c Mon Jun 9 17:45:46 2003 -*************** -*** 95,101 **** - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -! #if !defined(__FreeBSD__) && !defined(__APPLE__) - #include <malloc.h> - #endif - #include <math.h> ---- 95,101 ---- - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -! #if !defined(__FreeBSD__) && !defined(__APPLE__) || defined(__NetBSD__) - #include <malloc.h> - #endif - #include <math.h> |