diff options
Diffstat (limited to 'graphics/gimp/patches/patch-ad')
-rw-r--r-- | graphics/gimp/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimp/patches/patch-ad b/graphics/gimp/patches/patch-ad new file mode 100644 index 00000000000..a07475554e3 --- /dev/null +++ b/graphics/gimp/patches/patch-ad @@ -0,0 +1,13 @@ +--- plug-ins/gimptcl/gtclMain.c.orig Thu Jan 29 01:34:18 1998 ++++ plug-ins/gimptcl/gtclMain.c Thu Jan 29 01:35:15 1998 +@@ -29,8 +29,8 @@ + #include <string.h> + #include <stdlib.h> + #include <libgimp/gimp.h> +-#include <tcl.h> +-#include <tk.h> ++#include <tcl8.0/tcl.h> ++#include <tk8.0/tk.h> + + #include "gtcl.h" + |