diff options
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-ae')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-ae b/graphics/gimp-app-devel/files/patch-ae new file mode 100644 index 000000000000..bc633c2f961b --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-ae @@ -0,0 +1,11 @@ +--- plug-ins/plugindetails/plugindetails.c.orig Sat Feb 20 18:47:03 1999 ++++ plug-ins/plugindetails/plugindetails.c Sat Feb 20 18:47:11 1999 +@@ -25,7 +25,7 @@ + #include <stdio.h> + #include <string.h> + #include <time.h> +-#include <regex.h> ++#include <gnuregex.h> + #include "gtk/gtk.h" + #include "libgimp/gimp.h" + |