]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- allow build with gtk-sharp 1.9.x
authorfreetz <freetz@pld-linux.org>
Wed, 20 Apr 2005 20:50:11 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbus-gtk_sharp_2.patch -> 1.1

dbus-gtk_sharp_2.patch [new file with mode: 0644]

diff --git a/dbus-gtk_sharp_2.patch b/dbus-gtk_sharp_2.patch
new file mode 100644 (file)
index 0000000..a9c7616
--- /dev/null
@@ -0,0 +1,31 @@
+diff -aurN dbus-0.23.4.orig/mono/example/Makefile.am dbus-0.23.4/mono/example/Makefile.am
+--- dbus-0.23.4.orig/mono/example/Makefile.am  2005-01-12 23:52:34.000000000 +0100
++++ dbus-0.23.4/mono/example/Makefile.am       2005-04-20 22:43:48.000000000 +0200
+@@ -4,13 +4,13 @@
+ all: $(NOINST_EXES)
+ echo-server.exe: EchoServer.cs Echoer.cs
+-      $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o echo-server.exe $(srcdir)/EchoServer.cs $(srcdir)/Echoer.cs
++      $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp-2.0 -o echo-server.exe $(srcdir)/EchoServer.cs $(srcdir)/Echoer.cs
+ echo-client.exe: EchoClient.cs Echoer.cs
+       $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -o echo-client.exe $(srcdir)/EchoClient.cs $(srcdir)/Echoer.cs
+ bus-listener.exe: BusListener.cs
+-      $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o bus-listener.exe $(srcdir)/BusListener.cs
++      $(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp-2.0 -o bus-listener.exe $(srcdir)/BusListener.cs
+ clean:
+diff -aurN dbus-0.23.4.orig/mono/Makefile.am dbus-0.23.4/mono/Makefile.am
+--- dbus-0.23.4.orig/mono/Makefile.am  2005-02-11 00:31:27.000000000 +0100
++++ dbus-0.23.4/mono/Makefile.am       2005-04-20 22:43:37.000000000 +0200
+@@ -54,7 +54,7 @@
+       $(CSC) --debug --unsafe --target library -o dbus-sharp.dll $(DBUS_SHARP_FILES) AssemblyInfo.cs
+ test-dbus-sharp.exe: $(TEST_DBUS_SHARP_FILES)
+-      $(CSC) --debug --unsafe --target exe -L . -r dbus-sharp.dll -pkg:gtk-sharp -o test-dbus-sharp.exe $(TEST_DBUS_SHARP_FILES)
++      $(CSC) --debug --unsafe --target exe -L . -r dbus-sharp.dll -pkg:gtk-sharp-2.0 -o test-dbus-sharp.exe $(TEST_DBUS_SHARP_FILES)
+ clean:
+       rm -f $(TARGET) $(TARGET).mdb $(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
This page took 0.036008 seconds and 4 git commands to generate.