diff options
author | Marcel Denia <naoir@gmx.net> | 2015-09-25 07:56:00 +0200 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2015-09-25 11:50:33 +0200 |
commit | d57f34795ce9fc7035e346c33147646ea35002b0 (patch) | |
tree | fd35934de428416944618538af9837108696558f /lang/perl/patches | |
parent | 58a7c33ca7a3e4e54bec019a56c5993cf7e6e695 (diff) |
perl: Remove microperl caretx dependency patch
This will make microperl unable to build. That's okay, since we haven't
been building it for quite a while now.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'lang/perl/patches')
-rw-r--r-- | lang/perl/patches/400-add_microperl_caretx_dependency.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/perl/patches/400-add_microperl_caretx_dependency.patch b/lang/perl/patches/400-add_microperl_caretx_dependency.patch deleted file mode 100644 index 1c25fea4f..000000000 --- a/lang/perl/patches/400-add_microperl_caretx_dependency.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makefile.micro -+++ b/Makefile.micro -@@ -22,7 +22,8 @@ O = uav$(_O) udeb$(_O) udoio$(_O) udoop$ - uregcomp$(_O) uregexec$(_O) urun$(_O) \ - uscope$(_O) usv$(_O) utaint$(_O) utoke$(_O) \ - unumeric$(_O) ulocale$(_O) umathoms$(_O) \ -- uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) ukeywords$(_O) -+ uuniversal$(_O) uutf8$(_O) uutil$(_O) uperlapi$(_O) ukeywords$(_O) \ -+ ucaretx$(_O) - - microperl: $(O) - $(LD) -o $@ $(O) $(LDFLAGS) $(LIBS) -@@ -178,6 +179,9 @@ uutil$(_O): $(HE) util.c - uperlapi$(_O): $(HE) perlapi.c perlapi.h - $(CC) $(CCFLAGS) -o $@ $(CFLAGS) perlapi.c - -+ucaretx$(_O): $(HE) caretx.c -+ $(CC) $(CCFLAGS) -o $@ $(CFLAGS) caretx.c -+ - uuudmap.h umg_data.h: ubitcount.h - - ubitcount.h: ugenerate_uudmap$(_X) |