2013-09-26 17:14:40 +02:00

14 lines
409 B
Plaintext

$NetBSD: patch-ai,v 1.2 2008/02/20 09:56:44 xtraeme Exp $
--- a52dec-0.7.3/liba52/parse.c.orig 2008-02-19 19:41:19.000000000 +0100
+++ a52dec-0.7.3/liba52/parse.c 2008-02-19 19:41:32.000000000 +0100
@@ -32,7 +32,7 @@
#include "bitstream.h"
#include "tables.h"
-#ifdef HAVE_MEMALIGN
+#if 0
/* some systems have memalign() but no declaration for it */
void * memalign (size_t align, size_t size);
#else