net-im/pidgin-opensteamworks: fix build and revert upstream idiocy

This commit is contained in:
Julian Ospald 2016-09-24 21:43:01 +02:00
parent cd17642c80
commit 5350acbab6
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 9 additions and 0 deletions

View File

@ -7,3 +7,12 @@ require pidgin-opensteamworks-build
SLOT="0"
PLATFORMS="~amd64 ~x86"
src_prepare() {
# upstream is silly
# https://github.com/EionRobb/pidgin-opensteamworks/pull/139
edo sed -i \
-e '/if defined USE_OPENSSL_CRYPTO/s|__OpenBSD__|__unix__|' \
steam_rsa.c
default
}