Magellan Linux

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

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

revision 22060 by niro, Fri Aug 22 07:10:49 2014 UTC revision 22061 by niro, Fri Aug 22 08:01:18 2014 UTC
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29    
30  UP2DATE="updatecmd http://kcat.strangesoft.net/openal-releases/ | lasttarball"  UP2DATE="updatecmd http://kcat.strangesoft.net/openal-releases/ | lasttarball"
31    
32    src_prepare()
33    {
34     munpack ${SRCFILE} || die
35    
36     if [[ $(mlibdir) != lib ]]
37     then
38     # only build 64bit alsoft-config, we have no qt4 multilib
39     only-m32 "rm utils/alsoft-config || die"
40     fi
41    }
42    
43  src_compile()  src_compile()
44  {  {
45   cmake_configure \   cmake_configure \

Legend:
Removed from v.22060  
changed lines
  Added in v.22061