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

Collapse All | Expand All

(-)perl/Makefile.in.orig (-6 / +6 lines)
Lines 43-57 Link Here
43
	cd depot && [ -f Makefile ] || \
43
	cd depot && [ -f Makefile ] || \
44
	  $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
44
	  $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
45
	    LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
45
	    LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
46
	  $(RUNENV) make
46
	  $(RUNENV) make LD_RUN_PATH=""
47
	cd curia && [ -f Makefile ] || \
47
	cd curia && [ -f Makefile ] || \
48
	  $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
48
	  $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
49
	    LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
49
	    LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
50
	  $(RUNENV) make
50
	  $(RUNENV) make LD_RUN_PATH=""
51
	cd villa && [ -f Makefile ] || \
51
	cd villa && [ -f Makefile ] || \
52
	  $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
52
	  $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
53
	    LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
53
	    LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
54
	  $(RUNENV) make
54
	  $(RUNENV) make LD_RUN_PATH=""
55
	@printf '\n'
55
	@printf '\n'
56
	@printf '#================================================================\n'
56
	@printf '#================================================================\n'
57
	@printf '# Ready to install.\n'
57
	@printf '# Ready to install.\n'
Lines 69-77 Link Here
69
69
70
70
71
install :
71
install :
72
	cd depot && $(RUNENV) make install
72
	cd depot && $(RUNENV) make LD_RUN_PATH="" install
73
	cd curia && $(RUNENV) make install
73
	cd curia && $(RUNENV) make LD_RUN_PATH="" install
74
	cd villa && $(RUNENV) make install
74
	cd villa && $(RUNENV) make LD_RUN_PATH="" install
75
	mkdir -p $(DESTDIR)$(MYBINDIR)
75
	mkdir -p $(DESTDIR)$(MYBINDIR)
76
	cp -f $(MYBINS) $(DESTDIR)$(MYBINDIR)
76
	cp -f $(MYBINS) $(DESTDIR)$(MYBINDIR)
77
	mkdir -p $(DESTDIR)$(MYDATADIR)
77
	mkdir -p $(DESTDIR)$(MYDATADIR)

Return to bug 108534