diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2007-09-15 11:58:51 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2007-09-15 11:58:51 +0000 |
| commit | 5d238a2c8d9495216808372a93aace4044e3a3ce (patch) | |
| tree | 269ef5220ae4a5c36f45e318e0de48cf220543f1 /sysutils/cdrdao/files/patch-dao::ScsiIf-lib.cc | |
| parent | Update to 0.6.1.29 (diff) | |
- 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
Diffstat (limited to 'sysutils/cdrdao/files/patch-dao::ScsiIf-lib.cc')
| -rw-r--r-- | sysutils/cdrdao/files/patch-dao::ScsiIf-lib.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/cdrdao/files/patch-dao::ScsiIf-lib.cc b/sysutils/cdrdao/files/patch-dao::ScsiIf-lib.cc new file mode 100644 index 000000000000..4314414c0b1c --- /dev/null +++ b/sysutils/cdrdao/files/patch-dao::ScsiIf-lib.cc @@ -0,0 +1,11 @@ +--- 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. |
