freebsd-ports/sysutils/cdrdao/files/patch-dao::ScsiIf-lib.cc
Marius Strobl 5d238a2c8d - Update to 1.2.2. Relevant parts from the release notes:
Cdrdao changes:
  o Man page cleanup (Andrew Suffield)
  GCDMaster changes:

  o Fixed GCC 4.1 compilation issues
  o Fixed hang when inserting WAV file

- Ensure that the libraries built by the port are linked in and not
  already installed ones. For example in case of libcdda_paranoia
  installed by audio/cdparanoia can't be used to build cddao. Such
  problems only happen when using non-standard compiler and/or linker
  flags are used but it doesn't hurt to add some anti-footshooting
  measurements to the port. [1]

PR:		115616 [1]
Approved by:	netchild
2007-09-15 11:58:51 +00:00

11 lines
321 B
C++

--- dao/ScsiIf-lib.cc.orig Tue Oct 29 19:40:39 2002
+++ dao/ScsiIf-lib.cc Tue Oct 29 20:14:24 2002
@@ -430,7 +430,7 @@
#include "ScsiIf-common.cc"
//<<<<<<< ScsiIf-lib.cc
-#ifndef linux
+#ifdef linux
/* Function for mapping any SCSI device to the corresponding SG device.
* Taken from D. Gilbert's example code.