Magellan Linux

Diff of /trunk/extras/java8-openjdk/java8-openjdk-8.3.4.0-r1.smage2

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

revision 29402 by niro, Mon Jun 12 11:57:55 2017 UTC revision 29403 by niro, Mon Jun 12 12:00:34 2017 UTC
# Line 115  SRC_URI=( Line 115  SRC_URI=(
115   mirror://${PNAME}/${CORBA_SRCFILE}   mirror://${PNAME}/${CORBA_SRCFILE}
116   mirror://${PNAME}/${HOTSPOT_SRCFILE}   mirror://${PNAME}/${HOTSPOT_SRCFILE}
117   mirror://${PNAME}/${LANGTOOLS_SRCFILE}   mirror://${PNAME}/${LANGTOOLS_SRCFILE}
118   mirror://${PNAME}/${PNAME}-7.2.1-fontconfig.patch   mirror://${PNAME}/${NASHORN_SRCFILE}
119   mirror://${PNAME}/${PNAME}-8.3.4.0-gcc6.patch   mirror://${PNAME}/${PNAME}-8.3.4.0-gcc6.patch
120  )  )
121    
# Line 241  src_compile() Line 241  src_compile()
241   # apply our patches here   # apply our patches here
242   cd ${ICEDTEA_SRCDIR}/openjdk   cd ${ICEDTEA_SRCDIR}/openjdk
243    
  # fix fontconfig pathes  
  mpatch ${PNAME}-7.2.1-fontconfig.patch || die  
   
  # 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  
   
244   cd ${ICEDTEA_SRCDIR}   cd ${ICEDTEA_SRCDIR}
245   # don't use mmake here, openjdk has its own parallel implementation   # don't use mmake here, openjdk has its own parallel implementation
246   make \   make \

Legend:
Removed from v.29402  
changed lines
  Added in v.29403