diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-21 02:41:58 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-21 02:41:58 +0000 |
commit | b251a9cc430d863ae934bcd0095b4b81578cca56 (patch) | |
tree | 73a8f51f07e65095b0a68412f58ea0038d1aa223 /audio/mp3gain | |
parent | 80f332fe2b6189cd75c84b676191c0f7681fce8c (diff) | |
download | FreeBSD-ports-b251a9cc430d863ae934bcd0095b4b81578cca56.zip FreeBSD-ports-b251a9cc430d863ae934bcd0095b4b81578cca56.tar.gz |
Make audio/mp3gain compiling on 4.7 again.
Submitted by: Adam Weinberger <adamw@FreeBSD.ORG> and
"Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Diffstat (limited to 'audio/mp3gain')
-rw-r--r-- | audio/mp3gain/files/patch-mp3gain.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/mp3gain/files/patch-mp3gain.c b/audio/mp3gain/files/patch-mp3gain.c new file mode 100644 index 0000000..bc96e2b --- /dev/null +++ b/audio/mp3gain/files/patch-mp3gain.c @@ -0,0 +1,10 @@ +-- mp3gain.c.orig Sun Jan 19 07:16:02 2003 ++++ mp3gain.c Sun Jan 19 07:16:37 2003 +@@ -50,6 +50,7 @@ + + #ifndef WIN32 + #undef asWIN32DLL ++#include <sys/types.h> + #include <utime.h> + #endif /* WIN32 */ + |