summaryrefslogtreecommitdiff
path: root/audio/mp3info/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-06-16 03:25:48 +0000
committerminskim <minskim@pkgsrc.org>2004-06-16 03:25:48 +0000
commitb912cc3fc8b3b2261cb5c2ce6f9b7df579260783 (patch)
treeb0024ab4c2491a11d1fc431322ca7743cddc7260 /audio/mp3info/patches
parent0942b7ab0861b07c79b960077bbf9195fa524ee8 (diff)
downloadpkgsrc-b912cc3fc8b3b2261cb5c2ce6f9b7df579260783.tar.gz
Make this package build on Linux.
- Include time.h to use time(2).
Diffstat (limited to 'audio/mp3info/patches')
-rw-r--r--audio/mp3info/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
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>