diff options
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 } |