Magellan Linux

Diff of /trunk/extras/libpsl/libpsl-0.20.2-r1.smage2

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

revision 31922 by niro, Wed Jan 2 13:41:09 2019 UTC revision 31927 by niro, Wed Jan 2 14:13:33 2019 UTC
# Line 18  SDEPEND=">= sys-dev/gettext-0.18 Line 18  SDEPEND=">= sys-dev/gettext-0.18
18   >= dev-libs/libxslt-1.1"   >= dev-libs/libxslt-1.1"
19    
20  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}-${PVER}"
22    
23  sminclude multilib mbuild  sminclude multilib mbuild
24    
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29    
30  UP2DATE="updatecmd https://github.com/rockdaboot/${PNAME}/releases | highesttarball gz"  UP2DATE="updatecmd https://github.com/rockdaboot/${PNAME}/releases | highesttarball gz"
31    
32    src_prepare()
33    {
34     munpack ${SRCFILE} || die
35    
36     # disable gtk-doc generation
37     all-abis 'echo "EXTRA_DIST =" > gtk-doc.make || die'
38     all-abis 'echo "CLEANFILES =" >> gtk-doc.make || die'
39     mautoreconf || die
40    }
41    
42  src_compile()  src_compile()
43  {  {
44   mconfigure --disable-gtk-doc || die   mconfigure --disable-gtk-doc || die

Legend:
Removed from v.31922  
changed lines
  Added in v.31927