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

Collapse All | Expand All

(-)openpbs-2.3.16-r1.ebuild.orig (-2 / +2 lines)
Lines 36-43 Link Here
36
	cd ${S}
36
	cd ${S}
37
	# apply a patch I made for gcc3. 
37
	# apply a patch I made for gcc3. 
38
	# maybe this should be done with sed but I'm too lazy
38
	# maybe this should be done with sed but I'm too lazy
39
	patch -p0 < ${FILESDIR}/makedepend-sh-gcc3.patch
39
	epatch ${FILESDIR}/makedepend-sh-gcc3.patch
40
40
	epatch ${FILESDIR}/${PF}-errno-fixup.patch
41
	# this thing doesn't use make install, but rather it's own install script
41
	# this thing doesn't use make install, but rather it's own install script
42
	# fix it here so the install dirs are set to the ${D} directory
42
	# fix it here so the install dirs are set to the ${D} directory
43
	cd buildutils
43
	cd buildutils

Return to bug 22248