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 23569 by niro, Thu Jan 15 12:14:47 2015 UTC revision 23570 by niro, Thu Jan 15 12:26:13 2015 UTC
# Line 50  src_prepare() Line 50  src_prepare()
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.3-conf-tests.patch || die   mpatch ${PNAME}-1.3.3-conf-tests.patch || die
52    
53   mautoreconf || die   # broken usage of autotools in the pkg, autoheader will fail
54     #mautoreconf || die
55     autoconf --force || die
56     automake --add-missing || die
57  }  }
58    
59  src_compile()  src_compile()

Legend:
Removed from v.23569  
changed lines
  Added in v.23570