openbsd-ports/audio/xcdplayer/patches/patch-ae
brad b73c5212c6 - split out patches and convert to unified diffs
- integrate pre-configure into Makefile
2000-01-23 05:51:32 +00:00

13 lines
306 B
Plaintext

--- shuffle.c.orig Tue Jan 12 13:59:38 1993
+++ shuffle.c Sun Jan 23 00:06:49 2000
@@ -18,6 +18,9 @@
# include "debug.h"
# include "cdrom_globs.h"
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
+# include "cdrom_freebsd.h"
+#endif
#ifdef sun
# include "cdrom_sun.h"
#endif