Magellan Linux

Diff of /trunk/extras/ilmbase/ilmbase-2.1.0-r1.smage2

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

revision 21109 by niro, Tue Mar 11 13:33:38 2014 UTC revision 21110 by niro, Tue Mar 11 13:34:48 2014 UTC
# Line 21  SRC_URI=( Line 21  SRC_URI=(
21   http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}   http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
22   http://download.savannah.nongnu.org/releases/openexr/${SRCFILE}   http://download.savannah.nongnu.org/releases/openexr/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${PNAME}-${PVER}-no_undefined.patch   mirror://${PNAME}/${PNAME}-2.0.1-no_undefined.patch
25  )  )
26    
27  UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/openexr | grep ${PNAME}-[0-9] | lasttarball gz"  UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/openexr | grep ${PNAME}-[0-9] | lasttarball gz"
# Line 31  src_prepare() Line 31  src_prepare()
31   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
32    
33   # fix undefined references   # fix undefined references
34   mpatch ${PNAME}-${PVER}-no_undefined.patch || die   mpatch ${PNAME}-2.0.1-no_undefined.patch || die
35   mautoreconf || die   mautoreconf || die
36  }  }

Legend:
Removed from v.21109  
changed lines
  Added in v.21110