diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-20 17:57:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-20 17:57:32 +0000 |
commit | 00a723407e42fd72e648d9fe3cbca3390e21e333 (patch) | |
tree | 5d0aa02bdcdaeb86804ca8747e0805215d750f19 /graphics/gimp-app/files/patch-ae | |
parent | Update to 0.2.4. (diff) |
Update gimp-devel (unstable development version of the GIMP) to 1.3.3 after
a repo-copy from ports/graphics/gimp1 and connect it to the build.
Prompted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Notes
Notes:
svn path=/head/; revision=59546
Diffstat (limited to 'graphics/gimp-app/files/patch-ae')
-rw-r--r-- | graphics/gimp-app/files/patch-ae | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/graphics/gimp-app/files/patch-ae b/graphics/gimp-app/files/patch-ae index a9cd977ed014..52f6bc219576 100644 --- a/graphics/gimp-app/files/patch-ae +++ b/graphics/gimp-app/files/patch-ae @@ -1,11 +1,13 @@ ---- plug-ins/common/plugindetails.c.orig Fri Jan 14 17:26:07 2000 -+++ plug-ins/common/plugindetails.c Fri Jan 14 17:26:21 2000 -@@ -27,7 +27,7 @@ + +$FreeBSD$ + +--- plug-ins/common/plugindetails.c.orig Wed Jan 30 17:25:54 2002 ++++ plug-ins/common/plugindetails.c Fri May 17 20:45:33 2002 +@@ -27,6 +27,7 @@ #include <stdio.h> #include <string.h> #include <time.h> -- +#include <sys/types.h> - #include <gtk/gtk.h> - #include "libgimp/gimp.h" + #ifdef __GNUC__ + #warning GTK_DISABLE_DEPRECATED |