Magellan Linux

Diff of /trunk/core/libfontenc/libfontenc-1.0.5-r1.smage2

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

revision 3259 by niro, Mon Oct 19 09:47:08 2009 UTC revision 5402 by niro, Sun May 30 19:37:42 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="X11 font encoding library."  DESCRIPTION="X11 font encoding library."
11  HOMEPAGE="http://xorg.freedesktop.org"  HOMEPAGE="http://xorg.freedesktop.org"
12    
 sminclude xorg multilib  
   
13  DEPEND=""  DEPEND=""
14  SDEPEND=">= x11-proto/xproto-1"  SDEPEND=">= x11-proto/xproto-1"
15    
16    sminclude xorg multilib
17    
18  UP2DATE="updatecmd_xorg ${PNAME}"  UP2DATE="updatecmd_xorg ${PNAME}"
19    
20  src_compile()  src_compile()
21  {  {
  cd ${SRCDIR}  
   
22   mconfigure --prefix=${X11_DIR} --with-encodingsdir=/usr/share/fonts/encodings || die   mconfigure --prefix=${X11_DIR} --with-encodingsdir=/usr/share/fonts/encodings || die
23   mmake || die   mmake || die
24  }  }

Legend:
Removed from v.3259  
changed lines
  Added in v.5402