openbsd-ports/audio/xcdplayer/patches/patch-ad
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
314 B
Plaintext

--- cdrom_callb.c.orig Tue Jan 12 13:59:48 1993
+++ cdrom_callb.c Sun Jan 23 00:06:49 2000
@@ -22,6 +22,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