On Tue, Jan 06, 2009 at 12:35:53PM +0100, Luca Favatella wrote: > I propose a patch against the jack-audio-connection-kit package > (suggested by [debian porting]). > I think changing > #ifdef __APPLE__ > to > #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) > should solve the problem.
If it truly doesn't exist anywhere but Linux, why not #ifndef MSG_CONFIRM or some such? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

