Magellan Linux

Diff of /branches/R11-unstable/core/groff/groff-1.22.3-r1.smage2

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

revision 23256 by niro, Wed Nov 5 13:59:01 2014 UTC revision 23257 by niro, Wed Nov 5 14:08:06 2014 UTC
# Line 25  sminclude mtools Line 25  sminclude mtools
25  SRC_URI=(  SRC_URI=(
26   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.20.1-no-netpbm-depend.patch  
28   mirror://${PNAME}/${PNAME}-1.19.2-man-unicode-dashes.patch   mirror://${PNAME}/${PNAME}-1.19.2-man-unicode-dashes.patch
29  )  )
30    
# Line 36  src_prepare() Line 35  src_prepare()
35   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
  # do not depend on netpbm  
  mpatch ${PNAME}-1.20.1-no-netpbm-depend.patch || die  
   
38   # make dashes the same as minus on the keyboard so that you   # make dashes the same as minus on the keyboard so that you
39   # can search for it   # can search for it
40   mpatch ${PNAME}-1.19.2-man-unicode-dashes.patch || die   mpatch ${PNAME}-1.19.2-man-unicode-dashes.patch || die

Legend:
Removed from v.23256  
changed lines
  Added in v.23257