mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-lang/perl: fix install on Darwin, bug #684030
Closes: https://bugs.gentoo.org/684030 Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.13 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
parent
67bb23a772
commit
e69f4ec1ce
@ -338,6 +338,11 @@ src_prepare() {
|
||||
sed -i -e 's/netbsd\*/netbsd*|solaris*/' Makefile.SH || die
|
||||
fi
|
||||
|
||||
if [[ ${CHOST} == *-darwin* ]] ; then
|
||||
# fix install_name (soname) not to reference $D
|
||||
sed -i -e '/install_name `pwd/s/`pwd`/\\$(shrpdir)/' Makefile.SH || die
|
||||
fi
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user