Magellan Linux

Diff of /trunk/core/grub/grub-2.02-r2.smage2

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

revision 32047 by niro, Mon Mar 11 15:43:32 2019 UTC revision 32049 by niro, Mon Mar 11 15:47:27 2019 UTC
# Line 19  DEPEND=">= sys-apps/mage-release-1 Line 19  DEPEND=">= sys-apps/mage-release-1
19   >= sys-fs/device-mapper-2.02   >= sys-fs/device-mapper-2.02
20   >= sys-fs/dosfstools-4.1"   >= sys-fs/dosfstools-4.1"
21    
22    SDEPEND=">= dev-util/pkgconfig-0.25"
23    
24  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
25  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26    
# Line 86  src_compile() Line 88  src_compile()
88   --disable-grub-mount"   --disable-grub-mount"
89    
90   # fix freetype build issues   # fix freetype build issues
91   FREETYPE="pkg-config freetype2"   myconf+=' FREETYPE="pkg-config freetype2"
92   BUILD_FREETYPE="pkg-config freetype2"   BUILD_FREETYPE="pkg-config freetype2"'
93    
94   # build bios version   # build bios version
95   cd ${SRCDIR}/build_bios   cd ${SRCDIR}/build_bios

Legend:
Removed from v.32047  
changed lines
  Added in v.32049