Magellan Linux

Diff of /trunk/extras/tigervnc/tigervnc-1.0.90_svn3934-r1.smage2

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

revision 4482 by niro, Wed Dec 23 21:29:11 2009 UTC revision 4483 by niro, Wed Dec 23 21:32:45 2009 UTC
# Line 39  DEPEND=">= x11-libs/libSM-1.1.0 Line 39  DEPEND=">= x11-libs/libSM-1.1.0
39   == x11-base/xorg-server-${XORG_PVER}"   == x11-base/xorg-server-${XORG_PVER}"
40    
41  SDEPEND=">= dev-util/desktop-file-utils-0.15  SDEPEND=">= dev-util/desktop-file-utils-0.15
42     >= dev-lang/nasm-2
43   >= x11-proto/xextproto-7.0.5   >= x11-proto/xextproto-7.0.5
44   >= x11-proto/inputproto-1.5.0   >= x11-proto/inputproto-1.5.0
45   >= x11-proto/bigreqsproto-1.0.2   >= x11-proto/bigreqsproto-1.0.2
# Line 96  src_prepare() Line 97  src_prepare()
97   cd ${SRCDIR}   cd ${SRCDIR}
98    
99   # use newer gettext   # use newer gettext
100   sed -i 's/AM_GNU_GETTEXT_VERSION.*/AM_GNU_GETTEXT_VERSION([0.17])/' unix/configure.ac || die   sed -i 's/AM_GNU_GETTEXT_VERSION.*/AM_GNU_GETTEXT_VERSION([0.17])/' configure.ac || die
101    
102   # reconfigure everything   # reconfigure everything
103   cd ${XORGDDIR}   cd ${XORGDDIR}
104   autoreconf --verbose --install --force || die   autoreconf --verbose --install --force || die
   
  cd ${SRCDIR}/unix  
  autoreconf --verbose --install --force || die  
   
  cd ${SRCDIR}/common  
  autoreconf --verbose --install --force || die  
105  }  }
106    
107  src_compile()  src_compile()

Legend:
Removed from v.4482  
changed lines
  Added in v.4483