Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378107 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- vim73/src/Makefile
0
++ vim73/src/Makefile
Lines 2398-2404 Link Here
2398
2398
2399
auto/if_perl.c: if_perl.xs
2399
auto/if_perl.c: if_perl.xs
2400
	$(PERL) -e 'unless ( $$] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$$_ $$_\n" }}' > $@
2400
	$(PERL) -e 'unless ( $$] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$$_ $$_\n" }}' > $@
2401
	$(PERL) $(PERLLIB)/ExtUtils/xsubpp -prototypes -typemap \
2401
	$(PERL) /usr/bin/xsubpp -prototypes -typemap \
2402
	    $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@
2402
	    $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@
2403
2403
2404
auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in
2404
auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in

Return to bug 378107