diff options
author | jim <jim@FreeBSD.org> | 2000-01-19 19:57:14 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-01-19 19:57:14 +0000 |
commit | 84353c2c4b81ac0bc046ce53ea42d93233a5bcba (patch) | |
tree | a4fd142ff963e8414b1af79f565349a024a717d0 /graphics/gimp/files | |
parent | 8ec3a9509f8eb073b9d2b80a5edc49e5ac67ad39 (diff) | |
download | FreeBSD-ports-84353c2c4b81ac0bc046ce53ea42d93233a5bcba.zip FreeBSD-ports-84353c2c4b81ac0bc046ce53ea42d93233a5bcba.tar.gz |
Update to version 1.1.15.
Reviewed by: various people from the ports@FreeBSD.org list
Diffstat (limited to 'graphics/gimp/files')
-rw-r--r-- | graphics/gimp/files/patch-ae | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gimp/files/patch-ae b/graphics/gimp/files/patch-ae index a741600..a9cd977 100644 --- a/graphics/gimp/files/patch-ae +++ b/graphics/gimp/files/patch-ae @@ -1,10 +1,11 @@ ---- plug-ins/common/plugindetails.c.orig Sat Mar 27 07:53:38 1999 -+++ plug-ins/common/plugindetails.c Sat May 22 21:24:31 1999 -@@ -25,6 +25,7 @@ +--- 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 @@ #include <stdio.h> #include <string.h> #include <time.h> +- +#include <sys/types.h> - #include "gtk/gtk.h" - #include "libgimp/gimp.h" + #include <gtk/gtk.h> + #include "libgimp/gimp.h" |