lang/perl: Add microperl caretx dependency
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
289dcc2d94
commit
b5967bd21b
1 changed files with 22 additions and 0 deletions
22
lang/perl/patches/400-add_microperl_caretx_dependency.patch
Normal file
22
lang/perl/patches/400-add_microperl_caretx_dependency.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
--- 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)
|
Loading…
Reference in a new issue