diff options
author | tv <tv@pkgsrc.org> | 2005-10-29 16:26:21 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-29 16:26:21 +0000 |
commit | aae09e9265865305e687eb2164911c544ffd4a90 (patch) | |
tree | eb7e2e7459403f73c431e78754c2ff11590b9dbc /audio/mp3_check | |
parent | 941741d39f22bf7db4d70ab9d60f95a9c0125a99 (diff) | |
download | pkgsrc-aae09e9265865305e687eb2164911c544ffd4a90.tar.gz |
Don't include <getopt.h> if all you need is traditional getopt.
(Interix doesn't have getopt.h, but getopt(3) is in unistd.h as with other OS.)
Diffstat (limited to 'audio/mp3_check')
-rw-r--r-- | audio/mp3_check/distinfo | 3 | ||||
-rw-r--r-- | audio/mp3_check/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/mp3_check/distinfo b/audio/mp3_check/distinfo index b16e07f08da..86e7aa3359c 100644 --- a/audio/mp3_check/distinfo +++ b/audio/mp3_check/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 20:39:49 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/10/29 16:26:21 tv Exp $ SHA1 (mp3_check-1.98.tar.gz) = 64f796d9b29fecb34ce05b05d75404aadd8fdb52 RMD160 (mp3_check-1.98.tar.gz) = d05203fdd1bc7079b6dfb71ed4f3b0ad074256b4 Size (mp3_check-1.98.tar.gz) = 83098 bytes +SHA1 (patch-aa) = a58c9a6ff729e9bc41b259146773a18440a41a8e SHA1 (patch-ab) = 6c63b7addb3721d392a00d36e8efef8464b66ebd SHA1 (patch-ac) = f3e348cbab998e4247f5e6630e55966df8bc6899 diff --git a/audio/mp3_check/patches/patch-aa b/audio/mp3_check/patches/patch-aa new file mode 100644 index 00000000000..63de5c3ac0d --- /dev/null +++ b/audio/mp3_check/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2005/10/29 16:26:21 tv Exp $ + +--- mp3_check.c.orig 2000-07-29 02:51:38.000000000 -0400 ++++ mp3_check.c +@@ -62,7 +62,6 @@ GOALS: Initially, making a higly accura + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> +-#include <getopt.h> + #include "mp3_check.h" + + // FUNCTION PROTOTYPES HAPPEN HERE |