]> git.pld-linux.org Git - packages/sound-juicer.git/commitdiff
- buildfix auto/ac/sound-juicer-0_5_15-1
authorgrzegol <grzegol@pld-linux.org>
Sat, 11 Dec 2004 20:42:23 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sound-juicer-buildfix.patch -> 1.1

sound-juicer-buildfix.patch [new file with mode: 0644]

diff --git a/sound-juicer-buildfix.patch b/sound-juicer-buildfix.patch
new file mode 100644 (file)
index 0000000..2eeb553
--- /dev/null
@@ -0,0 +1,22 @@
+diff -urN aa/sound-juicer-0.5.15/src/cd-drive.c sound-juicer-0.5.15/src/cd-drive.c
+--- aa/sound-juicer-0.5.15/src/cd-drive.c      2004-11-23 14:54:52.000000000 +0100
++++ sound-juicer-0.5.15/src/cd-drive.c 2004-12-11 21:36:03.065484360 +0100
+@@ -89,17 +89,8 @@
+ get_hal_context (void)
+ {
+       static LibHalContext *ctx = NULL;
+-      LibHalFunctions hal_functions = {
+-              NULL, /* mainloop integration */
+-              NULL, /* device_added */
+-              NULL, /* device_removed */
+-              NULL, /* device_new_capability */
+-              NULL, /* property_modified */
+-              NULL, /* device_condition */
+-      };
+-      
+       if (ctx == NULL)
+-              ctx = hal_initialize (&hal_functions, FALSE);
++              ctx = hal_initialize (NULL, FALSE);
+       return ctx;
+ }
This page took 0.099807 seconds and 4 git commands to generate.