Magellan Linux

Diff of /smage/trunk/core/libXfont/libXfont-1.4.8-r1.smage2

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

revision 5694 by niro, Tue Jun 3 13:11:59 2014 UTC revision 5695 by niro, Wed Jul 2 13:52:35 2014 UTC
# Line 18  SDEPEND=">= x11-libs/xtrans-1 Line 18  SDEPEND=">= x11-libs/xtrans-1
18    
19  sminclude xorg multilib alx-split  sminclude xorg multilib alx-split
20    
21    SRC_URI+=(
22     mirror://${PNAME}/${PNAME}-${PVER}-fontsproto213.patch
23     mirror://${PNAME}/${PNAME}-${PVER}-fontsproto213-autoconf.patch
24    )
25    
26  UP2DATE="updatecmd_xorg ${PNAME}"  UP2DATE="updatecmd_xorg ${PNAME}"
27    
28    src_prepare()
29    {
30     munpack ${SRCFILE} || die
31    
32     # fix build against fontsproto-2.1.3
33     mpatch ${PNAME}-${PVER}-fontsproto213.patch || die
34     mpatch ${PNAME}-${PVER}-fontsproto213-autoconf.patch || die
35    
36     mautoreconf || die
37    }
38    
39  src_compile()  src_compile()
40  {  {
41   mconfigure \   mconfigure \

Legend:
Removed from v.5694  
changed lines
  Added in v.5695