summaryrefslogtreecommitdiff
path: root/lang/python23-nth/patches/patch-eb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python23-nth/patches/patch-eb')
-rw-r--r--lang/python23-nth/patches/patch-eb19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/python23-nth/patches/patch-eb b/lang/python23-nth/patches/patch-eb
deleted file mode 100644
index 0c88d4339fc..00000000000
--- a/lang/python23-nth/patches/patch-eb
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-eb,v 1.1 2005/10/01 19:36:01 recht Exp $
-
---- Modules/pcre-int.h.orig 1998-05-07 17:32:38.000000000 +0200
-+++ Modules/pcre-int.h 2005-10-01 21:13:56.000000000 +0200
-@@ -81,11 +81,12 @@
- #define PUBLIC_OPTIONS \
- (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
- PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY| \
-- PCRE_LOCALE)
-+ PCRE_NO_AUTO_CAPTURE|PCRE_LOCALE)
- #else
- #define PUBLIC_OPTIONS \
- (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
-- PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY)
-+ PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY| \
-+ PCRE_NO_AUTO_CAPTURE)
- #endif
- #define PUBLIC_EXEC_OPTIONS \
- (PCRE_CASELESS|PCRE_ANCHORED|PCRE_MULTILINE|PCRE_NOTBOL|PCRE_NOTEOL| \