Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
butt
> butt-configure-debug.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File butt-configure-debug.diff of Package butt
--- butt-0.1.5/configure.orig 2007-11-26 13:40:56.000000000 +0100 +++ butt-0.1.5/configure 2007-11-26 14:02:34.000000000 +0100 @@ -60,11 +60,11 @@ } EOF msg_chkfor "compile with PortAudio" - if ${CXX} -c tmp.c -o /dev/null 2>&3 + if ${CXX} -c tmp.c -o /dev/null then echo "OK" msg_chkfor "link with PortAudio" - if ${CXX} tmp.c -o /dev/null -lportaudio 2>&3 + if ${CXX} tmp.c -o /dev/null -lportaudio then echo "OK" echo "#_______________________" >&4 @@ -89,7 +89,7 @@ check_fltk() { msg_chkfor "fltk-config" - if which fltk-config 1> /dev/null 2>&3 + if which fltk-config 1> /dev/null then echo "OK" @@ -104,11 +104,11 @@ EOF msg_chkfor "compile with fltk" - if ${CXX} -c tmp.c -o /dev/null `fltk-config --cxxflags` 2>&3 + if ${CXX} -c tmp.c -o /dev/null `fltk-config --cxxflags` then echo "OK" msg_chkfor "link with fltk" - if ${CXX} tmp.c -o /dev/null `fltk-config --cxxflags` `fltk-config --ldflags` 2>&3 + if ${CXX} tmp.c -o /dev/null `fltk-config --cxxflags` `fltk-config --ldflags` then echo "OK" echo "#_______________________" >&4