Magellan Linux

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

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

revision 32048 by niro, Mon Mar 11 15:46:29 2019 UTC revision 32050 by niro, Mon Mar 11 15:50:44 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   myconf+=' FREETYPE="pkg-config freetype2"   export FREETYPE="pkg-config freetype2"
92   BUILD_FREETYPE="pkg-config freetype2"'   export 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.32048  
changed lines
  Added in v.32050