Thomas Frohwein <t...@openbsd.org> writes:

> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   t...@cvs.openbsd.org    2019/03/30 23:09:06
>
> Log message:
>     import OpenRA, an engine for real-time strategy games
>     
>     ok bentley@ (for slightly older version that didn't include additional 
> launch
>     scripts), additional testing by solene@ and Matthias Schmidt (openbsd () 
> xosc DOT org)
[...]
> $OpenBSD: patch-thirdparty_download_SDL2-CS_dll_config,v 1.1.1.1 2019/03/31 
> 05:09:06 thfr Exp $
>
> add openbsd to dllmap
>
> Index: thirdparty/download/SDL2-CS.dll.config
> --- thirdparty/download/SDL2-CS.dll.config.orig
> +++ thirdparty/download/SDL2-CS.dll.config
> @@ -2,4 +2,5 @@
>  <configuration>
>       <dllmap os="osx" dll="SDL2.dll" target="libSDL2.dylib"/>
>       <dllmap os="linux" dll="SDL2.dll" target="libSDL2-2.0.so.0" />
> +     <dllmap os="linux" dll="SDL2.dll" target="libSDL2.so" />
>  </configuration>

Does Mono on OpenBSD match os="linux" as well?

Reply via email to