aboutsummaryrefslogtreecommitdiff
path: root/deskutils/plan/files/patch-sublist.c
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/plan/files/patch-sublist.c')
-rw-r--r--deskutils/plan/files/patch-sublist.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/plan/files/patch-sublist.c b/deskutils/plan/files/patch-sublist.c
new file mode 100644
index 000000000000..a6f2f9518c88
--- /dev/null
+++ b/deskutils/plan/files/patch-sublist.c
@@ -0,0 +1,11 @@
+--- sublist.c.orig Sun May 2 12:23:15 1999
++++ sublist.c Thu Jun 17 13:09:05 1999
+@@ -23,7 +23,7 @@
+ #define regcmp re_comp
+ #define regex re_exec
+ #endif
+-#if defined(linux) || defined(__EMX__)
++#if defined(linux) || defined(__EMX__) || defined(POSIX_REGEX)
+ #define regcmp regcomp
+ #define regex regexec
+ #endif