# HG changeset patch # User Christopher Rogers # Date 1297799897 0 # Node ID 2b67361247e5ce32897e7f4933e40675e8b00bd3 # Parent 76eacc0d12f7fd2dc2e5530a7278f0adca5fca85 Fixed cdrdao. diff -r 76eacc0d12f7 -r 2b67361247e5 cdrdao/receipt --- a/cdrdao/receipt Tue Feb 15 19:39:13 2011 +0000 +++ b/cdrdao/receipt Tue Feb 15 19:58:17 2011 +0000 @@ -25,6 +25,7 @@ grep -qs 'define u8' scsilib/libscg/scsi-linux-sg.c || sed -i 's|#include |#define u8 __u8\n&|' \ scsilib/libscg/scsi-linux-sg.c + patch -Np1 -i ../stuff/$PACKAGE-$VERSION-stat.patch || return 1 ./configure --prefix=/usr --with-lame && make && make DESTDIR=$PWD/_pkg install diff -r 76eacc0d12f7 -r 2b67361247e5 cdrdao/stuff/cdrdao-1.2.3-stat.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cdrdao/stuff/cdrdao-1.2.3-stat.patch Tue Feb 15 19:58:17 2011 +0000 @@ -0,0 +1,13 @@ +diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc +--- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat 2010-01-20 20:11:36.000000000 +0100 ++++ cdrdao-1.2.3/dao/ScsiIf-linux.cc 2010-01-20 20:14:07.000000000 +0100 +@@ -19,6 +19,9 @@ + + #include + ++#include ++#include ++ + #include + #include + #include