From: David Bremner <[email protected]> This fixes a build problem on Debian Hurd i386 ---
This is really an upstream issue in libsynthesis. Can I bother you with how to send that on? src/Targets/ReleasedProducts/SDK/target_options.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Targets/ReleasedProducts/SDK/target_options.h b/src/Targets/ReleasedProducts/SDK/target_options.h index 4072c0a..7d153e2 100644 --- a/src/Targets/ReleasedProducts/SDK/target_options.h +++ b/src/Targets/ReleasedProducts/SDK/target_options.h @@ -19,7 +19,7 @@ /* - find out target platform */ -#ifdef __MACH__ +#if defined (__MACH__) && defined(__APPLE__) #define MACOSX #else #if defined __MWERKS__ || defined _MSC_VER -- 1.7.2.3 _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
