]> git.pld-linux.org Git - packages/dbus.git/blame - dbus-gtk_sharp_2.patch
- disable qt4 support (broken atm)
[packages/dbus.git] / dbus-gtk_sharp_2.patch
CommitLineData
f827cccf 1diff -aurN dbus-0.23.4.orig/mono/example/Makefile.am dbus-0.23.4/mono/example/Makefile.am
2--- dbus-0.23.4.orig/mono/example/Makefile.am 2005-01-12 23:52:34.000000000 +0100
3+++ dbus-0.23.4/mono/example/Makefile.am 2005-04-20 22:43:48.000000000 +0200
4@@ -4,13 +4,13 @@
5 all: $(NOINST_EXES)
6
7 echo-server.exe: EchoServer.cs Echoer.cs
8- $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o echo-server.exe $(srcdir)/EchoServer.cs $(srcdir)/Echoer.cs
9+ $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp-2.0 -o echo-server.exe $(srcdir)/EchoServer.cs $(srcdir)/Echoer.cs
10
11 echo-client.exe: EchoClient.cs Echoer.cs
12 $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -o echo-client.exe $(srcdir)/EchoClient.cs $(srcdir)/Echoer.cs
13
14 bus-listener.exe: BusListener.cs
15- $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o bus-listener.exe $(srcdir)/BusListener.cs
16+ $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp-2.0 -o bus-listener.exe $(srcdir)/BusListener.cs
17
18
19 clean:
20diff -aurN dbus-0.23.4.orig/mono/Makefile.am dbus-0.23.4/mono/Makefile.am
21--- dbus-0.23.4.orig/mono/Makefile.am 2005-02-11 00:31:27.000000000 +0100
22+++ dbus-0.23.4/mono/Makefile.am 2005-04-20 22:43:37.000000000 +0200
23@@ -54,7 +54,7 @@
24 $(CSC) --debug --unsafe --target library -o dbus-sharp.dll $(DBUS_SHARP_FILES) AssemblyInfo.cs
25
26 test-dbus-sharp.exe: $(TEST_DBUS_SHARP_FILES)
27- $(CSC) --debug --unsafe --target exe -L . -r dbus-sharp.dll -pkg:gtk-sharp -o test-dbus-sharp.exe $(TEST_DBUS_SHARP_FILES)
28+ $(CSC) --debug --unsafe --target exe -L . -r dbus-sharp.dll -pkg:gtk-sharp-2.0 -o test-dbus-sharp.exe $(TEST_DBUS_SHARP_FILES)
29
30 clean:
31 rm -f $(TARGET) $(TARGET).mdb $(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
This page took 0.371804 seconds and 4 git commands to generate.