]> git.pld-linux.org Git - packages/mono.git/commitdiff
- fix hardcoded path to libgdiplus library auto/th/mono-3.2.3-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 21 Oct 2013 11:23:54 +0000 (13:23 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 21 Oct 2013 11:23:54 +0000 (13:23 +0200)
- rel 2

mono-sonames.patch
mono.spec

index 9523b277bad8bd3b1c027bdc4eb7610b5521b3db..2e8fdfd85522477f003422553eb9aecb2079a0d5 100644 (file)
@@ -12,3 +12,12 @@ diff -ur mono-1.2.4/data/config.in mono-sonames/data/config.in
        <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"/>
        <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"/>
+@@ -27,6 +27,6 @@
+               <dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
+               <dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
+       </dllmap>
+-      <dllmap dll="gdiplus" target="@prefix@/lib/libgdiplus@libsuffix@" />
+-      <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus@libsuffix@" />
++      <dllmap dll="gdiplus" target="libgdiplus.so.0" />
++      <dllmap dll="gdiplus.dll" target="libgdiplus.so.0" />
+ </configuration>
index f1211848ac4d8c55186d0b2c9eb96809dbdd65d2..a992a572321be2ba6079d936828e641934fde22f 100644 (file)
--- a/mono.spec
+++ b/mono.spec
@@ -19,7 +19,7 @@ Summary:      Common Language Infrastructure implementation
 Summary(pl.UTF-8):     Implementacja Common Language Infrastructure
 Name:          mono
 Version:       3.2.3
 Summary(pl.UTF-8):     Implementacja Common Language Infrastructure
 Name:          mono
 Version:       3.2.3
-Release:       1
+Release:       2
 License:       LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, tools), GPL v2 (tools)
 Group:         Development/Languages
 # latest downloads summary at http://download.mono-project.com/sources-stable/
 License:       LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, tools), GPL v2 (tools)
 Group:         Development/Languages
 # latest downloads summary at http://download.mono-project.com/sources-stable/
This page took 0.039854 seconds and 4 git commands to generate.