diff options
Diffstat (limited to 'sys-apps/help2man/help2man-1.47.3.ebuild')
-rw-r--r-- | sys-apps/help2man/help2man-1.47.3.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/help2man/help2man-1.47.3.ebuild b/sys-apps/help2man/help2man-1.47.3.ebuild index c9efdba10797..9cdd1574e300 100644 --- a/sys-apps/help2man/help2man-1.47.3.ebuild +++ b/sys-apps/help2man/help2man-1.47.3.ebuild @@ -21,6 +21,11 @@ DEPEND=${RDEPEND} DOCS="debian/changelog NEWS README THANKS" #385753 src_prepare() { + if [[ ${CHOST} == *-darwin* ]] ; then + sed -i \ + -e 's/-shared/-bundle/' \ + Makefile.in || die + fi epatch \ "${FILESDIR}"/${PN}-1.46.1-linguas.patch } |