diff options
author | Paul Healy <lmiphay@gmail.com> | 2019-08-18 12:43:27 +0100 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2019-08-18 12:43:27 +0100 |
commit | 81627061ebc6509e7ecb62fa0a3cc2c47292ddb3 (patch) | |
tree | 5ca8e6584181e18005f73e9758d9cea8f868013d /games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild | |
parent | remove old ebuilds (diff) | |
download | lmiphay-81627061ebc6509e7ecb62fa0a3cc2c47292ddb3.tar.gz lmiphay-81627061ebc6509e7ecb62fa0a3cc2c47292ddb3.tar.bz2 lmiphay-81627061ebc6509e7ecb62fa0a3cc2c47292ddb3.zip |
update with (attempt) to fix bad openjpeg dll handling
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild')
-rw-r--r-- | games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild b/games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild index 3ebf0aa..1ac94c9 100644 --- a/games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild +++ b/games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,6 +40,11 @@ src_prepare() { ln -s libfmodstudio.so.8.14 libfmodstudio.so.8 ln -s libfmodstudio.so.8.14 libfmodstudio.so + # fails: DllImport error loading library, but then dies with: + # System.BadImageFormatException: Invalid Image + ln -s openjpeg-dotnet.dll libopenjpeg-dotnet.dll + ln -s openjpeg-dotnet-x86_64.dll libopenjpeg-dotnet-x86_64.dll + eapply_user } |