Magellan Linux

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

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

revision 14357 by niro, Thu Jul 9 09:46:21 2020 UTC revision 14358 by niro, Thu Jul 9 09:59:53 2020 UTC
# Line 34  ALX_PKG_KEEP="usr/bin/rdesktop Line 34  ALX_PKG_KEEP="usr/bin/rdesktop
34   usr/share/rdesktop/keymaps/common   usr/share/rdesktop/keymaps/common
35   usr/share/rdesktop/keymaps/modifiers   usr/share/rdesktop/keymaps/modifiers
36   usr/share/rdesktop/keymaps/de"   usr/share/rdesktop/keymaps/de"
37    msetfeature "!check" # no check target in Makefile
38  sminclude mbuild alx-split  sminclude mbuild alx-split
39    
40  SRC_URI=(  SRC_URI=(
41   https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}   https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
42   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.8.3-openssl-1.1-fixes.patch  
  mirror://${PNAME}/${PNAME}-1.8.3-openssl-1.1-x509-fixes.patch  
43  )  )
44    
45  UP2SEPERATOR="v"  UP2SEPERATOR="v"
# Line 54  src_prepare() Line 53  src_prepare()
53    
54   cd ${SRCDIR}   cd ${SRCDIR}
55    
  # openssl-1.1 fixes  
  mpatch ${PNAME}-1.8.3-openssl-1.1-fixes.patch || die  
  mpatch ${PNAME}-1.8.3-openssl-1.1-x509-fixes.patch || die  
   
56   # force use of our CFLAGS   # force use of our CFLAGS
57   sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure || die   sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure || die
58  }  }

Legend:
Removed from v.14357  
changed lines
  Added in v.14358