Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
df2c8fadd5
2 changed files with 26 additions and 2 deletions
  1. +2
    -2
      package/base/dbus-glib/dbus-glib.desc
  2. +24
    -0
      package/base/dbus-glib/makefiles.patch

+ 2
- 2
package/base/dbus-glib/dbus-glib.desc

@ -42,8 +42,8 @@
[L] GPL
[S] Beta
[V] 0.72
[V] 0.73
[P] X -----5---9 140.450
[D] 3338596711 dbus-glib-0.72.tar.gz http://dbus.freedesktop.org/releases/dbus-glib/
[D] 1186955002 dbus-glib-0.73.tar.gz http://dbus.freedesktop.org/releases/dbus-glib/

+ 24
- 0
package/base/dbus-glib/makefiles.patch

@ -0,0 +1,24 @@
Benjamin Schieder:
fix drainbramaged Makefile.in files
--- ./dbus/examples/Makefile.in 2007-03-21 10:36:29.000000000 +0100
+++ ./dbus/examples/Makefile.in.inew 2007-03-21 10:49:06.000000000 +0100
@@ -187,7 +187,7 @@ INTLLIBS = @INTLLIBS@
INTROSPECT_XML_PATH = @INTROSPECT_XML_PATH@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ @DBUS_GLIB_LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
--- ./dbus/examples/statemachine/Makefile.in 2007-02-13 15:16:44.000000000 +0100
+++ ./dbus/examples/statemachine/Makefile.in.new 2007-03-21 10:50:20.000000000 +0100
@@ -163,7 +163,7 @@ INTLLIBS = @INTLLIBS@
INTROSPECT_XML_PATH = @INTROSPECT_XML_PATH@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ @DBUS_GLIB_LIBS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@

Loading…
Cancel
Save