Magellan Linux

Diff of /trunk/extras/subtitleripper/subtitleripper-0.3.4-r3.smage2

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

revision 4406 by niro, Sun Dec 13 15:41:58 2009 UTC revision 4407 by niro, Sun Dec 13 15:43:58 2009 UTC
# Line 45  src_prepare() Line 45  src_prepare()
45   # correct linking order to fix builds with --as-needed   # correct linking order to fix builds with --as-needed
46   mpatch ${PNAME}-${PVER}-linkingorder.patch || die   mpatch ${PNAME}-${PVER}-linkingorder.patch || die
47    
  # fix compilation against newer glibc  
  mpatch ${PNAME}-${PVER}-glibc210.patch || die  
   
48   # fix compilation against newer libpng   # fix compilation against newer libpng
49   mpatch ${PNAME}-${PVER}-libpng.patch || die   mpatch ${PNAME}-${PVER}-libpng.patch || die
50    
51     # fix compilation against newer glibc
52     mpatch ${PNAME}-${PVER}-glibc210.patch || die
53  }  }
54    
55  src_compile()  src_compile()

Legend:
Removed from v.4406  
changed lines
  Added in v.4407