diff options
author | minskim <minskim> | 2004-06-16 03:25:48 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-06-16 03:25:48 +0000 |
commit | d97c4b91c01a57ad5567387ad4d89d1c11c3fb0a (patch) | |
tree | b0024ab4c2491a11d1fc431322ca7743cddc7260 /audio | |
parent | bd279faf11a27222e87c7baa6c3eb4c0258dd10d (diff) | |
download | pkgsrc-d97c4b91c01a57ad5567387ad4d89d1c11c3fb0a.tar.gz |
Make this package build on Linux.
- Include time.h to use time(2).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3info/distinfo | 3 | ||||
-rw-r--r-- | audio/mp3info/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/mp3info/distinfo b/audio/mp3info/distinfo index aca3508c4ee..fb99e9d107e 100644 --- a/audio/mp3info/distinfo +++ b/audio/mp3info/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 12:14:35 agc Exp $ +$NetBSD: distinfo,v 1.3 2004/06/16 03:25:48 minskim Exp $ SHA1 (mp3info-0.2.16.tar.gz) = b4cb7feb0b2c52ce1c2a23b919f4ab3c3012b11f Size (mp3info-0.2.16.tar.gz) = 42950 bytes +SHA1 (patch-aa) = 4b036972514390c517eed0d1a86acf871c7d2730 diff --git a/audio/mp3info/patches/patch-aa b/audio/mp3info/patches/patch-aa new file mode 100644 index 00000000000..66857b406a7 --- /dev/null +++ b/audio/mp3info/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2004/06/16 03:25:48 minskim Exp $ + +--- mp3info.cxx.orig 1999-03-19 14:36:34.000000000 -0600 ++++ mp3info.cxx +@@ -7,6 +7,7 @@ + #include <stdio.h> + #include <string.h> + #include <stdlib.h> ++#include <time.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/time.h> |