aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-21 10:41:58 +0800
committeredwin <edwin@FreeBSD.org>2003-01-21 10:41:58 +0800
commitb251a9cc430d863ae934bcd0095b4b81578cca56 (patch)
tree73a8f51f07e65095b0a68412f58ea0038d1aa223
parent80f332fe2b6189cd75c84b676191c0f7681fce8c (diff)
downloadfreebsd-ports-gnome-b251a9cc430d863ae934bcd0095b4b81578cca56.tar.gz
freebsd-ports-gnome-b251a9cc430d863ae934bcd0095b4b81578cca56.tar.zst
freebsd-ports-gnome-b251a9cc430d863ae934bcd0095b4b81578cca56.zip
Make audio/mp3gain compiling on 4.7 again.
Submitted by: Adam Weinberger <adamw@FreeBSD.ORG> and "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
-rw-r--r--audio/mp3gain/files/patch-mp3gain.c10
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 000000000000..bc96e2b25a55
--- /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 */
+