Magellan Linux

Diff of /trunk/extras/openal/openal-1.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12096 by niro, Mon May 7 10:51:32 2012 UTC revision 12097 by niro, Mon May 7 10:56:34 2012 UTC
# Line 29  UP2DATE="updatecmd http://kcat.strangeso Line 29  UP2DATE="updatecmd http://kcat.strangeso
29  src_compile()  src_compile()
30  {  {
31   cmake_configure \   cmake_configure \
32   $(cmake_with ALSA) \   $(cmake_opt ALSA on) \
33   $(cmake_with OSS) \   $(cmake_opt OSS on) \
34   $(cmake_with PULSEAUDIO) \   $(cmake_opt PULSEAUDIO on) \
35   $(cmake_without PORTAUDIO) \   $(cmake_opt PORTAUDIO off) \
36   $(cmake_without EXAMPLES) \   $(cmake_opt EXAMPLES off) \
37   || die   || die
38    
39   mmake || die   mmake || die

Legend:
Removed from v.12096  
changed lines
  Added in v.12097