freebsd-ports/emulators/pcsxr/files/patch-plugins-dfcdrom-cdr.h
Ganael LAPLANCHE b2e8b17df8 - Update to 1.9.92.r62569 (SVN rev. 62569)
- Add a LOCAL mirror
- Use REINPLACE_CMD instead of SED
- Cleanup Makefile (wrap long lines, remove useless comments)

Approved by:	ehaupt (mentor)
Feature safe:	yes
2011-01-31 09:03:02 +00:00

11 lines
305 B
C

--- plugins/dfcdrom/cdr.h.orig 2011-01-27 06:48:33.209766794 +0100
+++ plugins/dfcdrom/cdr.h 2011-01-27 06:52:51.789416162 +0100
@@ -78,7 +78,7 @@
#define CD_FRAMESIZE_SUB 96
#if defined (__FreeBSD__)
-#define DEV_DEF "/dev/cd0"
+#define DEV_DEF "%%DVD_DEVICE%%"
#else
#define DEV_DEF ""
#endif