From 3c1bbd02efd9b3d0f369749d063ee8f3cf7b10c0 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 24 Apr 2006 11:16:16 +0000 Subject: [PATCH] undef GIMP_DISABLE_DEPRECATED to fix the build on IRIX MIPSpro (bug 2006-04-24 Sven Neumann * plug-ins/xjt/xjt.c: undef GIMP_DISABLE_DEPRECATED to fix the build on IRIX MIPSpro (bug #339336). --- ChangeLog | 5 +++++ plug-ins/xjt/xjt.c | 5 +++++ 2 files changed, 10 insertions(+) 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