freebsd-ports/games/darkplaces/files/patch-cd_bsd.c
Pawel Pekala 8bf7974e1b - Update to 20110628 [1]
- Add desktop entries for client programs [2]

PR:		ports/161910
Submitted by:	green dog <fiziologus@gmail.com> [1], myself [2]
2011-10-25 16:46:11 +00:00

11 lines
309 B
C

--- cd_bsd.c.orig 2011-10-23 01:01:02.000000000 +0400
+++ cd_bsd.c 2011-10-23 01:02:00.000000000 +0400
@@ -39,7 +39,7 @@
#ifndef __FreeBSD__
# define DEFAULT_CD_DEVICE _PATH_DEV "cd0"
#else
-# define DEFAULT_CD_DEVICE "/dev/acd0c"
+# define DEFAULT_CD_DEVICE "/dev/acd0"
#endif
static int cdfile = -1;