Magellan Linux

Diff of /trunk/core/screen/screen-4.3.0-r1.smage2

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

revision 26174 by niro, Thu Jun 18 07:22:21 2015 UTC revision 26177 by niro, Thu Jun 18 07:33:52 2015 UTC
# Line 25  SRC_URI=( Line 25  SRC_URI=(
25   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/screen.pamd-systemauth   mirror://${PNAME}/screen.pamd-systemauth
  mirror://${PNAME}/${PNAME}-4.0.2-no-utempter-dep.patch  
28  )  )
29    
30  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
# Line 35  src_prepare() Line 34  src_prepare()
34   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
35   cd ${SRCDIR}   cd ${SRCDIR}
36    
  # same for utempter  
  mpatch ${PNAME}-4.0.2-no-utempter-dep.patch || die  
   
37   # fix some pathes   # fix some pathes
38   sed -i \   sed -i \
39   -e "s:/usr/local/etc/screenrc:/etc/screenrc:g;   -e "s:/usr/local/etc/screenrc:/etc/screenrc:g;
# Line 60  src_compile() Line 56  src_compile()
56   export CXXFLAGS="${CFLAGS}" || die   export CXXFLAGS="${CFLAGS}" || die
57    
58   mconfigure \   mconfigure \
59   --with-socket-dir=/var/run/screen \   --with-socket-dir=/run/screen \
60   --with-sys-screenrc=/etc/screenrc \   --with-sys-screenrc=/etc/screenrc \
61   --enable-rxvt_osc \   --enable-rxvt_osc \
62   --enable-telnet \   --enable-telnet \

Legend:
Removed from v.26174  
changed lines
  Added in v.26177