2016-09-04 04:46:53 +10:00
|
|
|
diff -urN mono-4.6.0/data/config.in mono-4.6.0-patched/data/config.in
|
|
|
|
--- mono-4.6.0/data/config.in 2016-08-25 19:15:50.000000000 +1000
|
|
|
|
+++ mono-4.6.0-patched/data/config.in 2016-09-03 22:23:58.097043925 +1000
|
|
|
|
@@ -5,8 +5,8 @@
|
2012-02-01 14:37:16 +04:00
|
|
|
<dllmap dll="intl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
|
|
|
|
<dllmap dll="libintl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
|
|
|
|
<dllmap dll="libintl" target="@INTL@" os="!windows"/>
|
|
|
|
- <dllmap dll="i:libxslt.dll" target="libxslt@libsuffix@" os="!windows"/>
|
|
|
|
- <dllmap dll="i:odbc32.dll" target="libodbc@libsuffix@" os="!windows"/>
|
|
|
|
+ <dllmap dll="i:libxslt.dll" target="libxslt@libsuffix@.1" os="!windows"/>
|
|
|
|
+ <dllmap dll="i:odbc32.dll" target="libodbc@libsuffix@.1" os="!windows"/>
|
|
|
|
<dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
|
|
|
|
<dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
|
|
|
|
<dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
|
2016-09-04 04:46:53 +10:00
|
|
|
@@ -29,8 +29,8 @@
|
2015-01-13 23:58:13 +04:00
|
|
|
<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
|
|
|
|
<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
|
|
|
|
</dllmap>
|
2015-07-10 12:42:37 +03:00
|
|
|
- <dllmap dll="gdiplus" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
|
|
- <dllmap dll="gdiplus.dll" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
|
|
- <dllmap dll="gdi32" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
|
|
- <dllmap dll="gdi32.dll" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
|
|
+ <dllmap dll="gdiplus" target="libgdiplus@libsuffix@.0" os="!windows"/>
|
|
|
|
+ <dllmap dll="gdiplus.dll" target="libgdiplus@libsuffix@.0" os="!windows"/>
|
|
|
|
+ <dllmap dll="gdi32" target="libgdiplus@libsuffix@" os="!windows"/>
|
|
|
|
+ <dllmap dll="gdi32.dll" target="libgdiplus@libsuffix@" os="!windows"/>
|
2015-01-13 23:58:13 +04:00
|
|
|
</configuration>
|