patches/gimp-03-fixcompile.diff
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8222 020a6b2b4975
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.

--- gimp-2.3.9/libgimp/gimp.c-orig	2006-06-23 17:41:52.459680000 -0500
+++ gimp-2.3.9/libgimp/gimp.c	2006-06-23 17:43:27.010326000 -0500
@@ -22,6 +22,7 @@
 #include "config.h"
 
 #define _GNU_SOURCE  /* for the sigaction stuff */
+#define __EXTENSIONS__
 
 #include <errno.h>
 #include <stdarg.h>
--- gimp-2.3.9/app/main.c-orig	2006-06-23 17:51:04.746071000 -0500
+++ gimp-2.3.9/app/main.c	2006-06-23 17:51:12.581709000 -0500
@@ -19,6 +19,7 @@
 #include "config.h"
 
 #define _GNU_SOURCE  /* for the sigaction stuff */
+#define __EXTENSIONS__
 
 #include <stdio.h>
 #include <stdlib.h>