diff options
Diffstat (limited to 'sysutils/gnomefind/files/patch-ae')
-rw-r--r-- | sysutils/gnomefind/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gnomefind/files/patch-ae b/sysutils/gnomefind/files/patch-ae new file mode 100644 index 000000000000..f32384c432ae --- /dev/null +++ b/sysutils/gnomefind/files/patch-ae @@ -0,0 +1,11 @@ +--- src/parser.c.orig Tue Jun 6 13:37:39 2000 ++++ src/parser.c Tue Jun 6 13:37:49 2000 +@@ -23,7 +23,7 @@ + #include <stdio.h> + #include <pwd.h> + #include <grp.h> +-#include <regex.h> ++#include <gnuregex.h> + #include "modechange.h" + #include "defs.h" + #include "modetype.h" |