Magellan Linux

Diff of /trunk/deprecated/java7-openjdk/java7-openjdk-7.2.6.10-r1.smage2

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

revision 29394 by niro, Fri Jun 9 07:53:22 2017 UTC revision 29396 by niro, Fri Jun 9 08:19:37 2017 UTC
# Line 111  SRC_URI=( Line 111  SRC_URI=(
111   mirror://${PNAME}/${HOTSPOT_SRCFILE}   mirror://${PNAME}/${HOTSPOT_SRCFILE}
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
  mirror://${PNAME}/${PNAME}-7.2.1-build-fix.patch  
114  )  )
115    
116  UP2DATE="updatecmd http://icedtea.wildebeest.org/download/source/ | grep icedtea-2.[0-9] | highesttarball xz | sed 's:\(.*\):7.\1:'"  UP2DATE="updatecmd http://icedtea.wildebeest.org/download/source/ | grep icedtea-2.[0-9] | highesttarball xz | sed 's:\(.*\):7.\1:'"
# Line 235  src_compile() Line 234  src_compile()
234   # fix fontconfig pathes   # fix fontconfig pathes
235   mpatch ${PNAME}-7.2.1-fontconfig.patch || die   mpatch ${PNAME}-7.2.1-fontconfig.patch || die
236    
  # fix build against gcj/ecj-javac with -Werror enabled  
  # upstream from jdk8: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/75d763111eec  
  mpatch ${PNAME}-7.2.1-build-fix.patch || die  
   
237   cd ${ICEDTEA_SRCDIR}   cd ${ICEDTEA_SRCDIR}
238   # don't use mmake here, openjdk has its own parallel implementation   # don't use mmake here, openjdk has its own parallel implementation
239   make \   make \

Legend:
Removed from v.29394  
changed lines
  Added in v.29396