From 9ce766aad863d1bf9bf6bdb7f01e7e965d459c98 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 29 Oct 2005 16:26:21 +0000 Subject: Don't include if all you need is traditional getopt. (Interix doesn't have getopt.h, but getopt(3) is in unistd.h as with other OS.) --- audio/mp3_check/distinfo | 3 ++- audio/mp3_check/patches/patch-aa | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 audio/mp3_check/patches/patch-aa 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 + #include + #include +-#include + #include "mp3_check.h" + + // FUNCTION PROTOTYPES HAPPEN HERE -- cgit v1.2.3