Magellan Linux

Diff of /branches/R11-unstable/extras/fltk/fltk-1.3.3-r1.smage2

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

revision 23567 by niro, Thu Jan 15 12:02:16 2015 UTC revision 23568 by niro, Thu Jan 15 12:07:00 2015 UTC
# Line 33  SRC_URI=( Line 33  SRC_URI=(
33   http://fltk.org/pub/${PNAME}/${PVER}/${SRCFILE}   http://fltk.org/pub/${PNAME}/${PVER}/${SRCFILE}
34   #http://ftp.easysw.com/pub/${PNAME}/${PVER}/${SRCFILE}   #http://ftp.easysw.com/pub/${PNAME}/${PVER}/${SRCFILE}
35   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
36   mirror://${PNAME}/${PNAME}-1.3.2-as-needed.patch   mirror://${PNAME}/${PNAME}-1.3.3-as-needed.patch
37   mirror://${PNAME}/${PNAME}-1.3.2-conf-tests.patch   mirror://${PNAME}/${PNAME}-1.3.2-conf-tests.patch
38  )  )
39    
# Line 45  src_prepare() Line 45  src_prepare()
45   cd ${SRCDIR}   cd ${SRCDIR}
46    
47   # fix linking issues with as-needed (cairo not linked in)   # fix linking issues with as-needed (cairo not linked in)
48   mpatch ${PNAME}-1.3.2-as-needed.patch || die   mpatch ${PNAME}-1.3.3-as-needed.patch || die
49    
50   # enable make check and remove tests and documentation from install target   # enable make check and remove tests and documentation from install target
51   mpatch ${PNAME}-1.3.2-conf-tests.patch || die   mpatch ${PNAME}-1.3.2-conf-tests.patch || die

Legend:
Removed from v.23567  
changed lines
  Added in v.23568