diff options
author | cvs <cvs@pkgsrc.org> | 2007-03-23 19:00:19 +0000 |
---|---|---|
committer | cvs <cvs@pkgsrc.org> | 2007-03-23 19:00:19 +0000 |
commit | da1b24d6fdfe442753c8272da5432c8fcaa1f43c (patch) | |
tree | 8c7c348db30abadfdc6b77822405d9ffe7b79103 /emulators/wine/patches/patch-ab | |
parent | da5bb3f20f33565c1db65018aabd8cf59023cfef (diff) | |
download | pkgsrc-da1b24d6fdfe442753c8272da5432c8fcaa1f43c.tar.gz |
Creating branch jlam-pkgviewsjlam-pkgviews
Diffstat (limited to 'emulators/wine/patches/patch-ab')
-rw-r--r-- | emulators/wine/patches/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab deleted file mode 100644 index 5c41b4dac04..00000000000 --- a/emulators/wine/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.19 2005/07/26 13:24:36 adam Exp $ - ---- dlls/ntdll/cdrom.c.orig 2005-07-20 10:28:27.000000000 +0000 -+++ dlls/ntdll/cdrom.c -@@ -64,6 +64,16 @@ - #endif - #ifdef HAVE_LINUX_CDROM_H - # include <linux/cdrom.h> -+#else -+# ifndef CD_FRAMES -+# define CD_FRAMES 75 -+# endif -+# ifndef CDROM_MSF -+# define CDROM_MSF 0x02 -+# endif -+# ifndef CD_SECS -+# define CD_SECS 60 -+# endif - #endif - #ifdef HAVE_LINUX_UCDROM_H - # include <linux/ucdrom.h> |