summaryrefslogtreecommitdiff
path: root/audio/tfmxplay
diff options
context:
space:
mode:
authorjmc <jmc>2003-03-01 10:54:39 +0000
committerjmc <jmc>2003-03-01 10:54:39 +0000
commitda0ecff262d4cdfd2864668cf163292244d421a0 (patch)
treec348438efed7d8bc2c4d0cb1615d7456bcd9fa60 /audio/tfmxplay
parent4ec920889dfa321e6e256e48adfe80bb8df25523 (diff)
downloadpkgsrc-da0ecff262d4cdfd2864668cf163292244d421a0.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/distinfo3
-rw-r--r--audio/tfmxplay/patches/patch-ab12
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"
+