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

Collapse All | Expand All

(-)makefile.in.orig (-2 / +5 lines)
Lines 825-833 Link Here
825
	test -f $$file || co $$file ;\
825
	test -f $$file || co $$file ;\
826
	done
826
	done
827
827
828
XSUBPP = `$(PERL) -MModule::Build -e'print Module::Build::ModuleInfo->find_module_by_name("ExtUtils::xsubpp")'`
829
TYPEMAP = `$(PERL) -MModule::Build -e'print Module::Build::ModuleInfo->find_module_by_name("ExtUtils::typemap")'`
830
828
perl.c: $(srcdir)/perl.xs $(srcdir)/ptypemap
831
perl.c: $(srcdir)/perl.xs $(srcdir)/ptypemap
829
	$(PERL) $(PERLLIB)/ExtUtils/xsubpp \
832
	$(PERL) $(XSUBPP) \
830
		-typemap $(PERLLIB)/ExtUtils/typemap \
833
		-typemap $(TYPEMAP) \
831
		-typemap ptypemap \
834
		-typemap ptypemap \
832
		$(srcdir)/perl.xs > $@
835
		$(srcdir)/perl.xs > $@
833
836

Return to bug 380741