1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/mp3_check/files/patch-ab
Will Andrews a7a7da2ca6 Add mp3_check, a utility which verifies the integrity of mp3 files and
prints some useful statistics.  I made this port respect CC/CFLAGS.

PR:		18812
Submitted by:	Zach Zurflu <zach@pabst.bendnet.com>
2000-06-02 15:11:14 +00:00

11 lines
234 B
Plaintext

--- mp3_check.c.orig Wed May 24 15:48:08 2000
+++ mp3_check.c Wed May 24 15:57:41 2000
@@ -60,6 +60,7 @@
#include <errno.h>
#include <stdio.h>
+#include <getopt.h>
#include <stdlib.h>
#include <unistd.h>
#include "mp3_check.h"