diff options
Diffstat (limited to 'graphics/avidemux/patches/patch-ae')
-rw-r--r-- | graphics/avidemux/patches/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/avidemux/patches/patch-ae b/graphics/avidemux/patches/patch-ae deleted file mode 100644 index 88a52e9e9f3..00000000000 --- a/graphics/avidemux/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 2003/08/02 15:51:41 jmmv Exp $ - ---- avidemux/ADM_video/swscale.h.orig 2003-04-21 01:29:40.000000000 +0200 -+++ avidemux/ADM_video/swscale.h -@@ -15,7 +15,7 @@ - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ --#ifdef __FreeBSD__ -+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - #define memalign(align,size) malloc (size) - #endif - |