openbsd-ports/misc/cdrdao/patches/patch-utils_toc2cue_cc
fgsch 91c8878e06 Update to cdrdao 1.1.5; thanks to David Lebel <lebel@lebel.org> for
letting me know.
Remove ONLY_FOR_ARCH; this should work with other archs now.
Test requiered.
2001-05-10 03:21:59 +00:00

14 lines
342 B
Plaintext

$OpenBSD: patch-utils_toc2cue_cc,v 1.1 2001/05/10 03:22:01 fgsch Exp $
--- utils/toc2cue.cc.orig Sun Apr 29 10:42:09 2001
+++ utils/toc2cue.cc Wed May 9 23:59:27 2001
@@ -25,7 +25,9 @@
#include <unistd.h>
#include <errno.h>
#include <stdarg.h>
+#ifdef HAVE_GETOPT_H
#include <getopt.h>
+#endif
#include <fstream.h>
#include "util.h"