pkgsrc/graphics/mpeg-lib/patches/patch-al
jlam ffa2af40b3 Update mpeg-lib to 1.3.1. The only relevant changes from version 1.2.1
are "some small, but glaring, bug fixes".  Also add a HOMEPAGE to the
package.  Most of the changes to the files in the patches directory are
just fuzz- or offset-related.  Change the name of the installed library
from libmpeg to libmpeg_lib to avoid conflicting with audio/kdemultimedia2
(pkg/13589 by Matthias Scheler <tron@colwyn.zhadum.de>).
2001-08-02 13:28:44 +00:00

14 lines
308 B
Text

$NetBSD: patch-al,v 1.3 2001/08/02 13:28:46 jlam Exp $
--- ordered.c.orig Fri Jul 23 23:53:40 1999
+++ ordered.c
@@ -24,6 +24,9 @@
#include <malloc.h>
#include <memory.h>
#include "video.h"
+#ifdef __NetBSD__
+#include <stdlib.h>
+#endif
#include "proto.h"
#include "dither.h"
#include "my_dmalloc.h"