mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12a218fb37
PR: 12293 Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
--- 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
|