Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
7b66079f8b
2 changed files with 19 additions and 0 deletions
  1. +10
    -0
      package/mathieu/streamtuner/gcc34.diff
  2. +9
    -0
      package/mathieu/streamtuner/streamtuner.conf

+ 10
- 0
package/mathieu/streamtuner/gcc34.diff

@ -0,0 +1,10 @@
--- ./src/local.c.orig 2004-09-12 05:26:32.856351552 +0200
+++ ./src/local.c 2004-09-12 05:27:08.615915272 +0200
@@ -614,6 +614,7 @@
case LOCAL_TYPE_OGG: local_vc_read(stream); break;
#endif
default: /* nop */
+ ;
}
*streams = g_list_append(*streams, stream);

+ 9
- 0
package/mathieu/streamtuner/streamtuner.conf

@ -0,0 +1,9 @@
streamtuner_prepatch() {
if [[ $xsrctar = streamtuner-local* ]] ; then
var_append patchfiles ' ' "$confdir/gcc34.diff"
fi
}
hook_add prepatch 1 streamtuner_prepatch

Loading…
Cancel
Save