openbsd-ports/misc/cdrdao/patches/patch-config_h_in
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
415 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.1 2001/05/10 03:22:00 fgsch Exp $
--- config.h.in.orig Sun Apr 29 10:42:08 2001
+++ config.h.in Wed May 9 23:55:19 2001
@@ -26,6 +26,9 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
/* real time scheduling defines */
#undef HAVE_SCHED_H
#undef LINUX_QNX_SCHEDULING