diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-01 10:54:39 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-01 10:54:39 +0000 |
commit | f8479ac9c7a81e1e13f8cb0db226193f8647001d (patch) | |
tree | c348438efed7d8bc2c4d0cb1615d7456bcd9fa60 /audio/tfmxplay | |
parent | ff0d06f6deffc7e5088202d89e6276468145e192 (diff) | |
download | pkgsrc-f8479ac9c7a81e1e13f8cb0db226193f8647001d.tar.gz |
Make sure to include <sys/types.h> to pull in defs for ntohl correctly.
Fixes build/link issues found during bulk powerpc build.
Diffstat (limited to 'audio/tfmxplay')
-rw-r--r-- | audio/tfmxplay/distinfo | 3 | ||||
-rw-r--r-- | audio/tfmxplay/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/tfmxplay/distinfo b/audio/tfmxplay/distinfo index 38e4055b74d..92bd97227b5 100644 --- a/audio/tfmxplay/distinfo +++ b/audio/tfmxplay/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/09/11 16:34:02 wiz Exp $ +$NetBSD: distinfo,v 1.4 2003/03/01 10:54:39 jmc Exp $ SHA1 (tfmxplay-0.6.tgz) = 8028a03d4198da0733fa297e9e6ada864f0c782a Size (tfmxplay-0.6.tgz) = 24271 bytes SHA1 (patch-aa) = 4e218d7727785d001aa7e7c85ae0cd75242ea697 +SHA1 (patch-ab) = 0e18cc967b397e48857f47bc231ae5a5eeb0e8dc diff --git a/audio/tfmxplay/patches/patch-ab b/audio/tfmxplay/patches/patch-ab new file mode 100644 index 00000000000..2e99a3414d6 --- /dev/null +++ b/audio/tfmxplay/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.3 2003/03/01 10:54:40 jmc Exp $ + +--- player.c.orig Sat Mar 1 10:51:04 2003 ++++ player.c Sat Mar 1 10:51:31 2003 +@@ -5,6 +5,7 @@ + */ + + #include <stdio.h> ++#include <sys/types.h> + #include "player.h" + #include "tfmxsong.h" + |