Magellan Linux

Diff of /smage/trunk/extras/rdesktop/rdesktop-1.7.1-r1.smage2

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

revision 4683 by niro, Tue Mar 26 09:46:35 2013 UTC revision 4684 by niro, Tue Mar 26 09:51:43 2013 UTC
# Line 35  SRC_URI=( Line 35  SRC_URI=(
35    
36  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
37    
38    src_prepare()
39    {
40     munpack ${SRCFILE} || die
41     cd ${SRCDIR}
42    
43     # fix broken zlib link
44     sed -i 's:-lX11:-lX11 -lz:' Makefile.in || die
45    }
46    
47  src_compile()  src_compile()
48  {  {
49   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.4683  
changed lines
  Added in v.4684