summaryrefslogtreecommitdiff
path: root/audio/gtkpod/files/patch-src::mp4file.c
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-28 11:08:32 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-28 11:08:32 +0000
commit1ba7697f6aee06b7999ef809e8e8d600f6cf52b6 (patch)
tree9ed991a20dde44dee225ba8b0931c4a2e8781be7 /audio/gtkpod/files/patch-src::mp4file.c
parentdon't exit at failure of `pw'. some users prefer having user (diff)
- Update to bug-fix-release
- Fix compilation on -STABLE (Scott Mitchell) PR: ports/69201 Submitted by: David Le Brun (maintainer)
Notes
Notes: svn path=/head/; revision=114926
Diffstat (limited to 'audio/gtkpod/files/patch-src::mp4file.c')
-rw-r--r--audio/gtkpod/files/patch-src::mp4file.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gtkpod/files/patch-src::mp4file.c b/audio/gtkpod/files/patch-src::mp4file.c
new file mode 100644
index 000000000000..70356b63983c
--- /dev/null
+++ b/audio/gtkpod/files/patch-src::mp4file.c
@@ -0,0 +1,12 @@
+--- src/mp4file.c.orig Wed Jul 28 00:22:05 2004
++++ src/mp4file.c Wed Jul 28 00:22:50 2004
+@@ -108,7 +108,8 @@
+ #define MP4V2_HAS_METADATA_BUG TRUE
+
+ #include <sys/types.h>
+-#include <stdint.h>
++#include <sys/param.h>
++#include <inttypes.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include "mp4.h"