Files
pkgsrc-ng/audio/py-mad/patches/patch-aa
2013-09-26 17:14:40 +02:00

15 lines
329 B
Plaintext

$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>