Magellan Linux

Diff of /trunk/extras/openal/openal-1.9.563-r2.smage2

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

revision 4776 by niro, Sun Dec 27 22:59:13 2009 UTC revision 4777 by niro, Sun Dec 27 23:09:09 2009 UTC
# Line 36  src_prepare() Line 36  src_prepare()
36    
37  src_compile()  src_compile()
38  {  {
39   all-abis cmake_configure \   local abi
40   $(cmake_with ALSA) \   local saved_SRCDIR="${SRCDIR}"
41   $(cmake_with OSS) \   for abi in ${MULTILIB_ABIS}
42   $(cmake_without PORTAUDIO) \   do
43   $(cmake_without PULSEAUDIO) \   SRCDIR="${SRCDIR}-${abi}"
44   || die   abi-${abi} cmake_configure \
45     $(cmake_with ALSA) \
46     $(cmake_with OSS) \
47     $(cmake_without PORTAUDIO) \
48     $(cmake_without PULSEAUDIO) \
49     || die
50     done
51    
52   mmake || die   mmake || die
53  }  }

Legend:
Removed from v.4776  
changed lines
  Added in v.4777