diff --git a/ChangeLog b/ChangeLog index ada6d3ee25..e9f3e535da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-24 Sven Neumann + + * plug-ins/xjt/xjt.c: undef GIMP_DISABLE_DEPRECATED to fix the + build on IRIX MIPSpro (bug #339336). + 2006-04-24 Sven Neumann * plug-ins/common/gifload.c: implement a thumbnail load procedure diff --git a/plug-ins/xjt/xjt.c b/plug-ins/xjt/xjt.c index 40e7a1cc14..cc0b0efe68 100644 --- a/plug-ins/xjt/xjt.c +++ b/plug-ins/xjt/xjt.c @@ -67,6 +67,11 @@ #include +#ifdef __GNUC__ +#warning GIMP_DISABLE_DEPRECATED +#endif +#undef GIMP_DISABLE_DEPRECATED + #include #include