Magellan Linux

Diff of /branches/magellan-next/core/openjdk/openjdk-6.1.10.4-r1.smage2

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

revision 9712 by niro, Thu Jan 5 17:11:44 2012 UTC revision 9713 by niro, Thu Jan 5 18:24:01 2012 UTC
# Line 89  SRC_URI=( Line 89  SRC_URI=(
89   mirror://${PNAME}/${JAF_SRCFILE}   mirror://${PNAME}/${JAF_SRCFILE}
90   mirror://${PNAME}/${PNAME}-${PVER}-xerces211.patch   mirror://${PNAME}/${PNAME}-${PVER}-xerces211.patch
91   mirror://${PNAME}/${PNAME}-${PVER}-fix-cmds.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-cmds.patch
92     mirror://${PNAME}/${PNAME}-${PVER}-hardcoded-test-cmds.patch
93   #mirror://${PNAME}/${PNAME}-${PVER}-nonreparenting-wm.patch   #mirror://${PNAME}/${PNAME}-${PVER}-nonreparenting-wm.patch
94   mirror://${PNAME}/${PNAME}-${PVER}-fontconfig.patch   mirror://${PNAME}/${PNAME}-${PVER}-fontconfig.patch
95  )  )
# Line 175  src_compile() Line 176  src_compile()
176   # apply our patches here   # apply our patches here
177   cd ${ICEDTEA_SRCDIR}/openjdk   cd ${ICEDTEA_SRCDIR}/openjdk
178   mpatch ${PNAME}-${PVER}-fix-cmds.patch || die   mpatch ${PNAME}-${PVER}-fix-cmds.patch || die
179     mpatch ${PNAME}-${PVER}-hardcoded-test-cmds.patch || die
180   #mpatch ${PNAME}-${PVER}-nonreparenting-wm.patch || die   #mpatch ${PNAME}-${PVER}-nonreparenting-wm.patch || die
181   mpatch ${PNAME}-${PVER}-fontconfig.patch || die   mpatch ${PNAME}-${PVER}-fontconfig.patch || die
182   cd ${ICEDTEA_SRCDIR}   cd ${ICEDTEA_SRCDIR}

Legend:
Removed from v.9712  
changed lines
  Added in v.9713