summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/cdrdao/files/cdrdao-1.2.2-nonlinux.patch')
-rw-r--r--app-cdr/cdrdao/files/cdrdao-1.2.2-nonlinux.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-cdr/cdrdao/files/cdrdao-1.2.2-nonlinux.patch b/app-cdr/cdrdao/files/cdrdao-1.2.2-nonlinux.patch
new file mode 100644
index 00000000..a5800d37
--- /dev/null
+++ b/app-cdr/cdrdao/files/cdrdao-1.2.2-nonlinux.patch
@@ -0,0 +1,12 @@
+diff -ur a/dao/ScsiIf-lib.cc b/dao/ScsiIf-lib.cc
+--- a/dao/ScsiIf-lib.cc 2007-08-22 12:21:11 +0100
++++ b/dao/ScsiIf-lib.cc 2007-08-22 12:25:04 +0100
+@@ -430,7 +430,7 @@
+ #include "ScsiIf-common.cc"
+ //<<<<<<< ScsiIf-lib.cc
+
+-#ifndef linux
++#ifdef wedontwantthis
+
+ /* Function for mapping any SCSI device to the corresponding SG device.
+ * Taken from D. Gilbert's example code.