tags 436329 +patch thankyou Please find attached a patch which uses the existing awe_voice.h provided by upstream to build the package.
HTH. Thanks! Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
diff -urN playmidi-2.4debian/playmidi.h-dist playmidi-2.4debian.new/playmidi.h-dist --- playmidi-2.4debian/playmidi.h-dist 2007-08-22 13:41:19.000000000 +0530 +++ playmidi-2.4debian.new/playmidi.h-dist 2007-08-22 13:39:53.000000000 +0530 @@ -56,7 +56,7 @@ #include <sys/soundcard.h> #include <sys/ioctl.h> #ifdef linux -#include <linux/awe_voice.h> +#include "awe_voice.h" #else #include <awe_voice.h> #endif