projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df237b
)
net-irc/weechat: allow finding plugins by default on Darwin
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 3 Oct 2017 10:48:42 +0000
(12:48 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 3 Oct 2017 10:48:51 +0000
(12:48 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.1
net-irc/weechat/weechat-1.9.1.ebuild
patch
|
blob
|
history
diff --git
a/net-irc/weechat/weechat-1.9.1.ebuild
b/net-irc/weechat/weechat-1.9.1.ebuild
index 666fe3804e7415e7338afe5e098d4e0d18fbf6ea..0597605d4a5e637662051886c14a70bacb7ca293 100644
(file)
--- a/
net-irc/weechat/weechat-1.9.1.ebuild
+++ b/
net-irc/weechat/weechat-1.9.1.ebuild
@@
-96,10
+96,13
@@
src_prepare() {
# install docs in correct directory
sed -i "s#\${SHAREDIR}/doc/\${PROJECT_NAME}#\0-${PV}/html#" doc/*/CMakeLists.txt || die
- # fix linking error on Darwin
if [[ ${CHOST} == *-darwin* ]]; then
+ # fix linking error on Darwin
sed -i "s/+ get_config_var('LINKFORSHARED')//" \
cmake/FindPython.cmake || die
+ # allow to find the plugins by default
+ sed -i 's/".so,.dll"/".bundle,.so,.dll"/' \
+ src/core/wee-config.c || die
fi
}