Changes of Revision 11
[-] | Changed | butt.spec |
x 1
2 URL: http://butt.sourceforge.net/ 3 Source0: %{name}-%{version}-src.tar.bz2 4 Patch0: %{name}-configure-debug.diff 5 +Patch1: %{name}-portaudio.diff 6 BuildRoot: %{_tmppath}/%{name}-%{version}-build 7 Packager: Carsten Schoene <cs@linux-administrator.com> 8 Vendor: linux-administrator.com 9
10 %prep 11 %setup -n %{name}-%{version} 12 %patch0 -p1 13 +%patch1 -p1 14 ./configure --prefix=%{_prefix} --with-fltk --with-icecast --with-ogg 15 16 %build 17 |
||
[+] | Added | butt-portaudio.diff ^ |
@@ -0,0 +1,11 @@ +--- butt-0.1.7rc1/src/port_audio.cpp.or 2008-01-29 22:45:36.000000000 +0100 ++++ butt-0.1.7rc1/src/port_audio.cpp 2008-01-29 22:45:44.000000000 +0100 +@@ -234,7 +234,7 @@ + xc_send = &ic_send; + #else + free(local_audio_buf); +- return; ++ return 0; + #endif + } + |