diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-15 22:26:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-15 22:26:05 +0000 |
commit | c8d05f551e62e8df18b7f041f46171d43674e968 (patch) | |
tree | 5c5f9efe2cf9a97aa6e0dbc02e042944fc0be6e1 /audio/py-mad/patches | |
parent | beb564ec3417e1d3700d9a19dd516f6c73217342 (diff) | |
download | pkgsrc-c8d05f551e62e8df18b7f041f46171d43674e968.tar.gz |
Import py-mad from pkgsrc-wip. Provided by Antonio Marques, and
slightly modified by me.
Python bindings for libmad. See audio/libmad for details.
Diffstat (limited to 'audio/py-mad/patches')
-rw-r--r-- | audio/py-mad/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/py-mad/patches/patch-aa b/audio/py-mad/patches/patch-aa new file mode 100644 index 00000000000..f48162d355e --- /dev/null +++ b/audio/py-mad/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/15 22:26:05 minskim Exp $ + +--- src/pymadfile.c~ Mon Oct 6 16:23:05 2003 ++++ src/pymadfile.c Sun Jan 11 13:35:13 2004 +@@ -47,7 +47,9 @@ + + #include <Python.h> + #include <stdio.h> ++#ifndef __FreeBSD__ + #include <stdint.h> ++#endif + #include <errno.h> + #include <string.h> + #include <sys/stat.h> |