Magellan Linux

Diff of /smage/trunk/core/gcc/gcc-4.8.3-r1.smage2

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

revision 5673 by niro, Mon Jun 2 12:35:47 2014 UTC revision 5674 by niro, Mon Jun 2 12:59:37 2014 UTC
# Line 302  SRC_URI=( Line 302  SRC_URI=(
302   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
303   mirror://${PNAME}/${PNAME}-4.5.1-no-fixincludes.patch   mirror://${PNAME}/${PNAME}-4.5.1-no-fixincludes.patch
304   mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch   mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch
305   mirror://${PNAME}/${PNAME}-${PVER}-freetype251.patch   mirror://${PNAME}/${PNAME}-4.8.2-freetype251.patch
306  )  )
307    
308  UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/${PNAME}/?C=M;O=A' | grep '\[DIR\]' | sed -n 's:.*${PNAME}-\(.*\)/.*:\1:;$ p'"  UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/${PNAME}/?C=M;O=A' | grep '\[DIR\]' | sed -n 's:.*${PNAME}-\(.*\)/.*:\1:;$ p'"
# Line 728  src_prepare() Line 728  src_prepare()
728   mpatch ${PNAME}-4.7.1-libada-pic.patch || die   mpatch ${PNAME}-4.7.1-libada-pic.patch || die
729    
730   # fix build of libjava against >= freetype-2.5.1   # fix build of libjava against >= freetype-2.5.1
731   mpatch ${PNAME}-${PVER}-freetype251.patch || die   mpatch ${PNAME}-4.8.2-freetype251.patch || die
732    
733   # suppress installation of libffi, we're using libffi3 instead   # suppress installation of libffi, we're using libffi3 instead
734   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die

Legend:
Removed from v.5673  
changed lines
  Added in v.5674