Magellan Linux

Diff of /trunk/core/fontconfig/fontconfig-2.7.3-r1.smage2

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

revision 3307 by niro, Mon Oct 19 21:26:34 2009 UTC revision 3308 by niro, Mon Oct 19 21:29:44 2009 UTC
# Line 53  src_compile() Line 53  src_compile()
53   mconfigure \   mconfigure \
54   --disable-docs \   --disable-docs \
55   --with-docdir=/usr/share/doc/${PNAME}-${PVER} \   --with-docdir=/usr/share/doc/${PNAME}-${PVER} \
56   --x-includes=/usr/include \   --x-includes=/usr/include \ --x-libraries=/usr/$(mlibdir) \
  --x-libraries=/usr/$(mlibdir) \  
57   --with-default-fonts=/usr/share/fonts \   --with-default-fonts=/usr/share/fonts \
58   --with-add-fonts=/usr/local/share/fonts \   --with-add-fonts=/usr/local/share/fonts \
59   || die   || die
# Line 100  postinstall() Line 99  postinstall()
99   # force update; config_protect will prevent this   # force update; config_protect will prevent this
100   mv -f ${MROOT}/etc/fonts/fonts.conf.new ${MROOT}/etc/fonts/fonts.conf   mv -f ${MROOT}/etc/fonts/fonts.conf.new ${MROOT}/etc/fonts/fonts.conf
101   rm -f ${MROOT}/etc/fonts/._cfg????_fonts.conf   rm -f ${MROOT}/etc/fonts/._cfg????_fonts.conf
102   HOME="${MROOT}/root" ${MROOT}/usr/bin/fc-cache -f   HOME="${MROOT}/root" ${MROOT}/usr/bin/fc-cache -sr
103  }  }

Legend:
Removed from v.3307  
changed lines
  Added in v.3308