diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-24 18:39:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-24 18:39:50 +0000 |
commit | 1196ef07bdc041a1f688c55b1560cd2ef33e2601 (patch) | |
tree | 58b2f067acf0f3ac549c5104876ab22ecd62cba5 /graphics/gimp/files/patch-ae | |
parent | * Fix external URI loaders by loading the correct version of the GNOME (diff) |
- Update to 2.2.0
Submitted by: ahze
Notes
Notes:
svn path=/head/; revision=125081
Diffstat (limited to 'graphics/gimp/files/patch-ae')
-rw-r--r-- | graphics/gimp/files/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp/files/patch-ae b/graphics/gimp/files/patch-ae deleted file mode 100644 index 52f6bc219576..000000000000 --- a/graphics/gimp/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ - -$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> - - #ifdef __GNUC__ - #warning GTK_DISABLE_DEPRECATED |