Magellan Linux

Diff of /trunk/extras/rdesktop/rdesktop-1.8.3-r3.smage2

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

revision 30336 by niro, Thu Dec 7 13:59:43 2017 UTC revision 30749 by niro, Tue Mar 27 12:31:14 2018 UTC
# Line 26  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 26  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26  SRC_URI=(  SRC_URI=(
27   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1-fixes.patch
30     mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1-x509-fixes.patch
31  )  )
32    
33  UP2DATE="updatecmd_sourceforge ${PNAME} gz"  UP2DATE="updatecmd_sourceforge ${PNAME} gz"
# Line 35  src_prepare() Line 37  src_prepare()
37   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
40     # openssl-1.1 fixes
41     mpatch ${PNAME}-${PVER}-openssl-1.1-fixes.patch || die
42     mpatch ${PNAME}-${PVER}-openssl-1.1-x509-fixes.patch || die
43    
44   # force use of our CFLAGS   # force use of our CFLAGS
45   sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure || die   sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure || die
46  }  }

Legend:
Removed from v.30336  
changed lines
  Added in v.30749