Magellan Linux

Diff of /trunk/core/perl/perl-5.28.1-r1.smage2

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

revision 31547 by niro, Fri Nov 30 08:26:13 2018 UTC revision 31549 by niro, Fri Nov 30 08:41:04 2018 UTC
# Line 24  sminclude multilib Line 24  sminclude multilib
24  msetfeature "!check"  msetfeature "!check"
25    
26  SRC_URI=(  SRC_URI=(
27   http://www.cpan.org/src/${PVER%%.*}.0/${SRCFILE}   #http://www.cpan.org/src/${PVER%%.*}.0/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
29   mirror://${PNAME}/${PNAME}-5.10.1-picdl.patch   mirror://${PNAME}/${PNAME}-5.10.1-picdl.patch
30   mirror://${PNAME}/${PNAME}-5.8.7-sharedlinker.patch   mirror://${PNAME}/${PNAME}-5.8.7-sharedlinker.patch
# Line 83  src_compile() Line 83  src_compile()
83   -Dman1ext='1' \   -Dman1ext='1' \
84   -Dman3ext='3pm' \   -Dman3ext='3pm' \
85   -Dlibpth='"/usr/local/$(mlibdir) /$(mlibdir) /usr/$(mlibdir)"' \   -Dlibpth='"/usr/local/$(mlibdir) /$(mlibdir) /usr/$(mlibdir)"' \
86     -Dglibpth='"/$(mlibdir) /usr/$(mlibdir)"' \
87   || die   || die
88    
89   mmake || die   mmake || die

Legend:
Removed from v.31547  
changed lines
  Added in v.31549