Magellan Linux

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

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

revision 14353 by niro, Thu Jul 9 09:19:10 2020 UTC revision 14355 by niro, Thu Jul 9 09:29:55 2020 UTC
# Line 37  ALX_PKG_KEEP="usr/bin/rdesktop Line 37  ALX_PKG_KEEP="usr/bin/rdesktop
37  sminclude mbuild alx-split  sminclude mbuild alx-split
38    
39  SRC_URI=(  SRC_URI=(
40   sourceforge://${PNAME}/${SRCFILE}   https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
41   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1-fixes.patch  
  mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1-x509-fixes.patch  
42  )  )
43    
44  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2SEPERATOR="v"
45    UP2EXCLUDE="rdesktop-"
46    UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
47    
48  src_prepare()  src_prepare()
49  {  {
# Line 52  src_prepare() Line 52  src_prepare()
52    
53   cd ${SRCDIR}   cd ${SRCDIR}
54    
  # openssl-1.1 fixes  
  mpatch ${PNAME}-${PVER}-openssl-1.1-fixes.patch || die  
  mpatch ${PNAME}-${PVER}-openssl-1.1-x509-fixes.patch || die  
   
55   # force use of our CFLAGS   # force use of our CFLAGS
56   sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure || die   sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure || die
57  }  }

Legend:
Removed from v.14353  
changed lines
  Added in v.14355