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

Collapse All | Expand All

(-)a/eltpatch.in (-1 / +5 lines)
Lines 484-488 VER_to_int() { Link Here
484
	return 1
484
	return 1
485
}
485
}
486
486
487
# BSD support; https://bugs.gentoo.org/628882
488
type -P gfind &>/dev/null && alias find=gfind
489
type -P gpatch &>/dev/null && alias patch=gpatch
490
type -P gsed &>/dev/null && alias sed=gsed
491
487
elibtoolize "${@}"
492
elibtoolize "${@}"
488
exit 0
493
exit 0
489
- 

Return to bug 628882