1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/deskutils/plan/files/patch-ag
David E. O'Brien a3a887d105 Clean up patches.
Use WRKSRC rather than extrainious Makefile.
1998-02-01 05:09:58 +00:00

12 lines
269 B
Plaintext

--- sublist.c.orig Sat Oct 19 06:00:32 1996
+++ sublist.c Sat Jan 31 10:55:57 1998
@@ -23,7 +23,7 @@
#define regcmp re_comp
#define regex re_exec
#endif
-#ifdef linux
+#if defined(linux) || defined(POSIX_REGEX)
#define regcmp regcomp
#define regex regexec
#endif