diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-07 14:04:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-07 14:04:27 +0200 |
commit | 8645fdf8e1b0a043975ff9b375ad3f7a5d837b31 (patch) | |
tree | 60cdb200022f70bfc967ee9cff3271b146cbae5f /package/dbus-glib/patches/patch-dbus_Makefile_in | |
parent | 9aadf6284d166f729f8139efa799388e8720675a (diff) |
dbus-glib: update to 0.114
Diffstat (limited to 'package/dbus-glib/patches/patch-dbus_Makefile_in')
-rw-r--r-- | package/dbus-glib/patches/patch-dbus_Makefile_in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/dbus-glib/patches/patch-dbus_Makefile_in b/package/dbus-glib/patches/patch-dbus_Makefile_in index 161f53563..692b875ad 100644 --- a/package/dbus-glib/patches/patch-dbus_Makefile_in +++ b/package/dbus-glib/patches/patch-dbus_Makefile_in @@ -1,11 +1,11 @@ ---- dbus-glib-0.86.orig/dbus/Makefile.in 2010-03-25 01:19:59.000000000 +0100 -+++ dbus-glib-0.86/dbus/Makefile.in 2010-04-11 12:15:19.000000000 +0200 -@@ -369,7 +369,7 @@ target_vendor = @target_vendor@ +--- dbus-glib-0.114.orig/dbus/Makefile.in 2025-03-13 19:45:45.000000000 +0100 ++++ dbus-glib-0.114/dbus/Makefile.in 2025-04-07 12:33:57.583768144 +0200 +@@ -637,7 +637,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = . examples +SUBDIRS = . - INCLUDES = \ + AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ |