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

(-)/usr/portage/app-editors/vim//files/vim-xsubpp.patch (+11 lines)
Line 0 Link Here
1
--- src/Makefile
2
+++ src/Makefile
3
@@ -2361,7 +2361,7 @@
4
 
5
 auto/if_perl.c: if_perl.xs
6
 	$(PERL) -e 'unless ( $$] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$$_ $$_\n" }}' > $@
7
-	$(PERL) $(PERLLIB)/ExtUtils/xsubpp -prototypes -typemap \
8
+	$(PERL) /usr/bin/xsubpp -prototypes -typemap \
9
 	    $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@
10
 
11
 auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in
(-)/usr/portage/app-editors/vim//vim-7.2.442.ebuild (+1 lines)
Lines 26-29 Link Here
26
		epatch "${FILESDIR}"/${PN}-7.1.319-interix-cflags.patch
26
		epatch "${FILESDIR}"/${PN}-7.1.319-interix-cflags.patch
27
	fi
27
	fi
28
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
28
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
29
	epatch "${FILESDIR}"/${PN}-xsubpp.patch
29
}
30
}
(-)/usr/portage/app-editors/vim//vim-7.3.135.ebuild (+1 lines)
Lines 23-26 Link Here
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
24
	fi
24
	fi
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
26
	epatch "${FILESDIR}"/${PN}-xsubpp.patch
26
}
27
}
(-)/usr/portage/app-editors/vim//vim-7.3.189.ebuild (+1 lines)
Lines 23-26 Link Here
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
24
	fi
24
	fi
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
26
	epatch "${FILESDIR}"/${PN}-xsubpp.patch
26
}
27
}
(-)/usr/portage/app-editors/vim//vim-7.3.219.ebuild (+1 lines)
Lines 23-26 Link Here
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
24
	fi
24
	fi
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
26
	epatch "${FILESDIR}"/${PN}-xsubpp.patch
26
}
27
}
(-)/usr/portage/app-editors/vim//vim-7.3.244.ebuild (+1 lines)
Lines 23-26 Link Here
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
24
	fi
24
	fi
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
26
	epatch "${FILESDIR}"/${PN}-xsubpp.patch
26
}
27
}
(-)/usr/portage/app-editors/vim//vim-7.3.266.ebuild (+1 lines)
Lines 23-26 Link Here
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
23
		epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
24
	fi
24
	fi
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
25
	epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
26
	epatch "${FILESDIR}"/${PN}-xsubpp.patch
26
}
27
}

Return to bug 378107