]> git.pld-linux.org Git - packages/ice.git/blob - csharp-build.patch
- release 3 (by relup.sh)
[packages/ice.git] / csharp-build.patch
1 --- ice-3.6.0/csharp/src/Makefile~      2015-06-23 17:30:20.000000000 +0200
2 +++ ice-3.6.0/csharp/src/Makefile       2015-06-27 20:07:04.217188211 +0200
3 @@ -11,7 +11,7 @@
4  
5  include $(top_srcdir)/config/Make.rules.cs
6  
7 -SUBDIRS                = Ice IceStorm Glacier2 IcePatch2 IceGrid IceBox IceDiscovery IceLocatorDiscovery
8 +SUBDIRS                = Ice IceStorm Glacier2 IcePatch2 IceGrid IceBox IceSSL IceDiscovery IceLocatorDiscovery
9  
10  $(EVERYTHING)::
11         @for subdir in $(SUBDIRS); \
12 --- /dev/null   2015-06-27 16:44:15.733558105 +0200
13 +++ ice-3.6.0/csharp/lib/pkgconfig/IceSSL.pc    2015-06-27 20:19:30.731894653 +0200
14 @@ -0,0 +1,10 @@
15 +version = 3.6.0
16 +mono_root = /usr
17 +
18 +name = IceSSL
19 +
20 +Name: ${name}
21 +Description: IceSSL run-time support
22 +Version: ${version}
23 +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll
24 +Requires: Ice = ${version}
25 --- /dev/null   2015-06-27 16:44:15.733558105 +0200
26 +++ ice-3.6.0/csharp/lib/pkgconfig/IceDiscovery.pc      2015-06-27 20:20:44.312515987 +0200
27 @@ -0,0 +1,10 @@
28 +version = 3.6.0
29 +mono_root = /usr
30 +
31 +name = IceDiscovery
32 +
33 +Name: ${name}
34 +Description: IceDiscovery run-time support
35 +Version: ${version}
36 +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll
37 +Requires: Ice = ${version}
38 --- /dev/null   2015-06-27 16:44:15.733558105 +0200
39 +++ ice-3.6.0/csharp/lib/pkgconfig/IceLocatorDiscovery.pc       2015-06-27 20:21:22.206185123 +0200
40 @@ -0,0 +1,10 @@
41 +version = 3.6.0
42 +mono_root = /usr
43 +
44 +name = IceLocatorDiscovery
45 +
46 +Name: ${name}
47 +Description: IceLocatorDiscovery run-time support
48 +Version: ${version}
49 +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll
50 +Requires: Ice = ${version}
This page took 0.542521 seconds and 3 git commands to generate.