diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-01-19 19:57:14 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-01-19 19:57:14 +0000 |
commit | 22ae52b403f8fcface7b573f2244116331c917d7 (patch) | |
tree | 9cf240c32d6164c6a37874a927f3521add0c9ea4 /graphics/gimp1/files | |
parent | bbf6d0a76938ded649e7fc28c21c1eb5d1799e11 (diff) | |
download | ports-22ae52b403f8fcface7b573f2244116331c917d7.tar.gz ports-22ae52b403f8fcface7b573f2244116331c917d7.zip |
Notes
Diffstat (limited to 'graphics/gimp1/files')
-rw-r--r-- | graphics/gimp1/files/patch-ae | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gimp1/files/patch-ae b/graphics/gimp1/files/patch-ae index a7416000f0e6..a9cd977ed014 100644 --- a/graphics/gimp1/files/patch-ae +++ b/graphics/gimp1/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" |