summaryrefslogtreecommitdiffstats
path: root/chicken-dbus/dbus.patch
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-07-08 23:15:26 +0200
committerGravatar Tom Willemse2015-07-08 23:15:26 +0200
commit457396320bfab92219509e2a3765bc24c77eaaa3 (patch)
treef01c4d33db4d0e39fecddce47a3e95efdbf278be /chicken-dbus/dbus.patch
parent0e84aa2fe8030c5a05a959e2f22694594149e8c4 (diff)
downloadpkgbuilds-457396320bfab92219509e2a3765bc24c77eaaa3.tar.gz
pkgbuilds-457396320bfab92219509e2a3765bc24c77eaaa3.zip
Add some chicken packagesHEADmaster
Diffstat (limited to 'chicken-dbus/dbus.patch')
-rw-r--r--chicken-dbus/dbus.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/chicken-dbus/dbus.patch b/chicken-dbus/dbus.patch
new file mode 100644
index 0000000..e9441a3
--- /dev/null
+++ b/chicken-dbus/dbus.patch
@@ -0,0 +1,11 @@
+--- dbus/dbus.scm 2015-07-08 22:17:28.746987420 +0200
++++ dbus-patched/dbus.scm 2015-05-31 20:24:57.469958384 +0200
+@@ -275,7 +275,7 @@
+ (if (null? rem-keys)
+ subtree
+ (loop (cdr rem-keys)
+- (let ([pr (assq (car rem-keys) subtree)])
++ (let ([pr (assq (car rem-keys) (or subtree '()))])
+ (and (pair? pr) (cdr pr))))))))
+
+ ;; The "tree" version of asset!: drills down into an assq-tree