]> git.pld-linux.org Git - packages/dbus-glib.git/commitdiff
- updated for 0.80
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 4 Apr 2009 13:59:43 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbus-glib-as-needed.patch -> 1.2

dbus-glib-as-needed.patch

index 6ac526703760957d8eed04ee1e249d3f12494cbd..8ad5fde35369938339c2285a9d4f2dd016604351 100644 (file)
@@ -1,11 +1,12 @@
---- dbus-glib-0.78/dbus/Makefile.am.orig       2008-12-04 21:55:37.000000000 +0100
-+++ dbus-glib-0.78/dbus/Makefile.am    2008-12-26 10:28:51.162510478 +0100
+diff -urN dbus-glib-0.80/dbus/Makefile.am dbus-glib-0.80.new/dbus/Makefile.am
+--- dbus-glib-0.80/dbus/Makefile.am    2009-01-30 22:05:36.000000000 +0100
++++ dbus-glib-0.80.new/dbus/Makefile.am        2009-04-04 15:08:02.274354687 +0200
 @@ -104,7 +104,7 @@
  
  dbus_bash_completion_helper_SOURCES =                         \
        dbus-bash-completion-helper.c
--dbus_bash_completion_helper_LDADD=$(DBUS_LIBS) $(DBUS_GLIB_LIBS) -lexpat libdbus-gtool.la libdbus-glib-1.la
-+dbus_bash_completion_helper_LDADD=libdbus-gtool.la libdbus-glib-1.la $(DBUS_LIBS) $(DBUS_GLIB_LIBS) -lexpat
+-dbus_bash_completion_helper_LDADD=$(DBUS_LIBS) $(DBUS_GLIB_LIBS) $(builddir)/libdbus-gtool.la -lexpat $(builddir)/libdbus-glib-1.la
++dbus_bash_completion_helper_LDADD=$(builddir)/libdbus-gtool.la $(builddir)/libdbus-glib-1.la $(DBUS_LIBS) $(DBUS_GLIB_LIBS) -lexpat 
  
  
  EXTRA_DIST=dbus-gmarshal.list make-dbus-glib-error-switch.sh make-dbus-glib-error-enum.sh dbus-bash-completion.sh.in
This page took 0.073137 seconds and 4 git commands to generate.