diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-20 19:31:51 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-20 19:31:51 +0000 |
commit | a4911efa2e9bdaa0b4cf7eea461b2e8f82be54ac (patch) | |
tree | 357829da83f861620891f3d53ac9cceb9b49a3ec /graphics/gimp1/files/patch-ae | |
parent | 93d6855c888d2549ce4fec58267f3afdf2e1870e (diff) |
Notes
Diffstat (limited to 'graphics/gimp1/files/patch-ae')
-rw-r--r-- | graphics/gimp1/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp1/files/patch-ae b/graphics/gimp1/files/patch-ae new file mode 100644 index 000000000000..bc633c2f961b --- /dev/null +++ b/graphics/gimp1/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" + |