1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/deskutils/plan/files/patch-ag
Chris Piazza 12a218fb37 Upgrade plan from 1.7.2 to 1.8.1; portlint.
PR:	12293
Submitted by:	Cy Schubert <cschuber@uumail.gov.bc.ca>
1999-06-19 09:29:09 +00:00

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