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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/Makefile.in
0
++ b/src/Makefile.in
Lines 112-118 Link Here
112
	$(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
112
	$(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
113
113
114
rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom
114
rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom
115
	PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap.iom -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@
115
	PERL="$(PERL)" $(PERL) ${EPREFIX}/usr/bin/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap typemap.iom -typemap typemap -prototypes $(srcdir)/rxvtperl.xs >$@
116
116
117
rxvtperl.o: rxvtperl.C perlxsi.c
117
rxvtperl.o: rxvtperl.C perlxsi.c
118
	$(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
118
	$(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<

Return to bug 506500