Magellan Linux

Diff of /trunk/core/flex/flex-2.6.4-r2.smage2

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

revision 33372 by niro, Thu Jul 13 15:03:15 2023 UTC revision 33374 by niro, Thu Jul 13 15:08:27 2023 UTC
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29    
30  UP2DATE="updatecmd -nolist https://github.com/westes/flex/releases | highesttarball gz"  UP2DATE="updatecmd -nolist https://github.com/westes/flex/releases | highesttarball gz"
31    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # remove tests which are incompatible with the latest bison  
  all-abis sed -i -e '/test-bison-yylloc/d' -e '/test-bison-yylval/d' tests/Makefile.in || die  
   
  # do not regenerate the man page  
  all-abis touch '${SRCDIR}-${abi}'/doc/flex.1 || die  
 }  
   
32  src_compile()  src_compile()
33  {  {
34   mconfigure || die   mconfigure || die

Legend:
Removed from v.33372  
changed lines
  Added in v.33374