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

Collapse All | Expand All

(-)PerlMagick/Makefile.am.orig (-1 / +2 lines)
Lines 41-47 Link Here
41
41
42
if WITH_PERL_DYNAMIC
42
if WITH_PERL_DYNAMIC
43
43
44
$(PERLMAKEFILE): perl-sources $(PERLMAKEMAKER)
44
# add LIBMAGICK in deps to fix parallel make issue
45
$(PERLMAKEFILE): perl-sources $(LIBMAGICK) $(PERLMAKEMAKER)
45
	cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
46
	cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
46
47
47
install-exec-perl: $(PERLMAKEFILE)
48
install-exec-perl: $(PERLMAKEFILE)

Return to bug 155804