Magellan Linux

Diff of /smage/trunk/core/fltk/fltk-1.3.4_2-r1.smage2

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

revision 11596 by niro, Fri Dec 22 11:13:05 2017 UTC revision 11597 by niro, Fri Dec 22 11:34:13 2017 UTC
# Line 56  UP2DATE="updatecmd ${HOMEPAGE}/software. Line 56  UP2DATE="updatecmd ${HOMEPAGE}/software.
56    
57  src_prepare()  src_prepare()
58  {  {
59   munpack ${SRCFILE} || die   # not a tar gz but a normal tar archive
60     tar xvf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die
61   cd ${SRCDIR}   cd ${SRCDIR}
62    
63   # fix linking issues with as-needed (cairo not linked in)   # fix linking issues with as-needed (cairo not linked in)

Legend:
Removed from v.11596  
changed lines
  Added in v.11597