Magellan Linux

Diff of /smage/trunk/core/grub/grub-2.00-r6.smage2

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

revision 5411 by niro, Tue Jan 21 09:10:07 2014 UTC revision 5412 by niro, Tue Jan 21 09:26:37 2014 UTC
# Line 11  HOMEPAGE="http://www.gnu.org/software/gr Line 11  HOMEPAGE="http://www.gnu.org/software/gr
11    
12  DEPEND=">= sys-libs/ncurses-5.9  DEPEND=">= sys-libs/ncurses-5.9
13   >= sys-libs/zlib-1.2.5   >= sys-libs/zlib-1.2.5
14   >= media-libs/freetype-2.4   >= media-libs/freetype-2.5
15   >= sys-fs/device-mapper-2.02"   >= sys-fs/device-mapper-2.02"
16    
17  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
# Line 40  SRC_URI=( Line 40  SRC_URI=(
40   mirror://${PNAME}/${PNAME}-${PVER}-confd.patch   mirror://${PNAME}/${PNAME}-${PVER}-confd.patch
41   mirror://${PNAME}/${PNAME}-${PVER}-cosmetic.patch   mirror://${PNAME}/${PNAME}-${PVER}-cosmetic.patch
42   mirror://${PNAME}/${PNAME}-${PVER}-gnulib-gets.patch   mirror://${PNAME}/${PNAME}-${PVER}-gnulib-gets.patch
43     mirror://${PNAME}/${PNAME}-${PVER}-freetype25.patch
44   mirror://${PNAME}/${PNAME}-${PVER}-busybox.patch   mirror://${PNAME}/${PNAME}-${PVER}-busybox.patch
45   mirror://${PNAME}/${PNAME}-${PVER}-alx-add-includedir-function.patch   mirror://${PNAME}/${PNAME}-${PVER}-alx-add-includedir-function.patch
46  )  )
# Line 62  src_prepare() Line 63  src_prepare()
63   mpatch ${PNAME}-${PVER}-cosmetic.patch || die   mpatch ${PNAME}-${PVER}-cosmetic.patch || die
64   # fix ftbfs with newer glibc (>= 2.16)   # fix ftbfs with newer glibc (>= 2.16)
65   mpatch ${PNAME}-${PVER}-gnulib-gets.patch || die   mpatch ${PNAME}-${PVER}-gnulib-gets.patch || die
66     # fix ftbfs with newer freetype (>= 2.5"
67     mpatch ${PNAME}-${PVER}-freetype25.patch || die
68    
69   # fixes some issues with busybox   # fixes some issues with busybox
70   mpatch ${PNAME}-${PVER}-busybox.patch || die   mpatch ${PNAME}-${PVER}-busybox.patch || die

Legend:
Removed from v.5411  
changed lines
  Added in v.5412