perl: Remove microperl caretx dependency patch
authorMarcel Denia <naoir@gmx.net>
Fri, 25 Sep 2015 05:56:00 +0000 (07:56 +0200)
committerMarcel Denia <naoir@gmx.net>
Fri, 25 Sep 2015 09:50:33 +0000 (11:50 +0200)
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>
lang/perl/patches/400-add_microperl_caretx_dependency.patch [deleted file]

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 (file)
index 1c25fea..0000000
+++ /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)