summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-01-14 13:42:30 +0100
committerFabian Groffen <grobian@gentoo.org>2016-01-14 13:43:44 +0100
commit67fa138e34ed1681e009c4e8ab99b017ae57afe5 (patch)
tree1e2e99f04fa531adf70e95119ee394a16675ab56 /sys-apps/help2man
parentkde-plasma: version bump 5.5.3 (diff)
downloadgentoo-67fa138e34ed1681e009c4e8ab99b017ae57afe5.tar.gz
gentoo-67fa138e34ed1681e009c4e8ab99b017ae57afe5.tar.bz2
gentoo-67fa138e34ed1681e009c4e8ab99b017ae57afe5.zip
sys-apps/help2man: fix installation on Darwin
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'sys-apps/help2man')
-rw-r--r--sys-apps/help2man/help2man-1.47.3.ebuild5
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
}