Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
5dc952f3cc
2 changed files with 2 additions and 18 deletions
  1. +0
    -16
      package/stefanp/kphone/gcc34.patch
  2. +2
    -2
      package/stefanp/kphone/kphone.desc

+ 0
- 16
package/stefanp/kphone/gcc34.patch

@ -1,16 +0,0 @@
diff -ruN kphone/kphone/dspoutalsa.cpp kphone-new/kphone/dspoutalsa.cpp
--- kphone/kphone/dspoutalsa.cpp 2005-04-22 14:09:34.000000000 +0200
+++ kphone-new/kphone/dspoutalsa.cpp 2005-05-21 10:54:22.000000000 +0200
@@ -189,7 +189,11 @@
#ifdef ALSADEBUG
fprintf(stderr, "write %d instead of %d frames !\n", rc, (int)count/2);
#endif
- (int8_t*) buf += rc*4;
+ int8_t * temp;
+ temp = (int8_t*) buf;
+ temp += rc*4;
+ buf = temp;
+ // (int8_t*) buf += rc*4;
count -= rc*2;
continue;
}

+ 2
- 2
package/stefanp/kphone/kphone.desc

@ -38,8 +38,8 @@
[L] GPL
[S] Stable
[V] 4.1.1
[V] 4.2
[P] X -?---5---9 171.000
[D] 3358336086 kphone-4.1.1.tar.gz http://www.wirlab.net/kphone/
[D] 1172495754 kphone-4.2.tar.gz http://www.wirlab.net/kphone/

Loading…
Cancel
Save