Magellan Linux

Diff of /trunk/extras/java7-openjdk/java7-openjdk-7.2.6.4-r1.smage2

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

revision 27632 by niro, Fri Mar 18 13:14:12 2016 UTC revision 27633 by niro, Fri Mar 18 13:25:07 2016 UTC
# Line 112  SRC_URI=( Line 112  SRC_URI=(
112   mirror://${PNAME}/${LANGTOOLS_SRCFILE}   mirror://${PNAME}/${LANGTOOLS_SRCFILE}
113   mirror://${PNAME}/${PNAME}-7.2.1-fontconfig.patch   mirror://${PNAME}/${PNAME}-7.2.1-fontconfig.patch
114   mirror://${PNAME}/${PNAME}-7.2.1-build-fix.patch   mirror://${PNAME}/${PNAME}-7.2.1-build-fix.patch
  mirror://${PNAME}/${PNAME}-7.2.5.5-gcc5.patch  
115  )  )
116    
117  UP2DATE="updatecmd 'http://icedtea.classpath.org/download/source/?C=M;O=A' | grep icedtea-[0-9] | lasttarball gz | sed 's:\(.*\):7.\1:'"  UP2DATE="updatecmd 'http://icedtea.classpath.org/download/source/?C=M;O=A' | grep icedtea-[0-9] | lasttarball gz | sed 's:\(.*\):7.\1:'"
# Line 238  src_compile() Line 237  src_compile()
237   # upstream from jdk8: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/75d763111eec   # upstream from jdk8: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/75d763111eec
238   mpatch ${PNAME}-7.2.1-build-fix.patch || die   mpatch ${PNAME}-7.2.1-build-fix.patch || die
239    
  # fix build against gcc-5  
  mpatch ${PNAME}-7.2.5.5-gcc5.patch || die  
   
240   cd ${ICEDTEA_SRCDIR}   cd ${ICEDTEA_SRCDIR}
241   # don't use mmake here, openjdk has its own parallel implementation   # don't use mmake here, openjdk has its own parallel implementation
242   make \   make \

Legend:
Removed from v.27632  
changed lines
  Added in v.27633