diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-04-04 14:59:15 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-04-04 14:59:15 +0000 |
commit | aa9978bef15a3befcc740549ee57238de8c4e830 (patch) | |
tree | 86863dfff40cf520817d8a7f4872537036269a9f /graphics/gimp-app-devel/files/patch-libgimp_gimp.c | |
parent | Force commit to note that the last commit should have read (diff) |
- Update gimp-devel to 2.3.15
- Split gimp-devel into a meta-port
Repocopyed by: marcus
Notes
Notes:
svn path=/head/; revision=189193
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-libgimp_gimp.c')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-libgimp_gimp.c | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/graphics/gimp-app-devel/files/patch-libgimp_gimp.c b/graphics/gimp-app-devel/files/patch-libgimp_gimp.c index 121a49bbf147..a1bb86bbfda6 100644 --- a/graphics/gimp-app-devel/files/patch-libgimp_gimp.c +++ b/graphics/gimp-app-devel/files/patch-libgimp_gimp.c @@ -1,15 +1,6 @@ ---- libgimp/gimp.c.orig Fri Jun 2 08:04:39 2006 -+++ libgimp/gimp.c Fri Jun 9 11:24:56 2006 -@@ -21,7 +21,7 @@ - - #include "config.h" - --#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */ -+#define __XSI_VISIBLE /* all the sigaction stuff is POSIX */ - #define _SVID_SOURCE /* except for SA_RESTART, it seems */ - - #include <errno.h> -@@ -30,6 +30,7 @@ +--- libgimp/gimp.c.orig Fri Sep 1 06:14:32 2006 ++++ libgimp/gimp.c Sun Dec 31 15:56:37 2006 +@@ -29,6 +29,7 @@ #include <stdlib.h> #include <string.h> #include <sys/types.h> @@ -17,7 +8,7 @@ #ifdef HAVE_SYS_TIME_H #include <sys/time.h> -@@ -292,6 +293,9 @@ +@@ -291,6 +292,9 @@ gimp_env_init (TRUE); progname = argv[0]; |