Magellan Linux

Diff of /trunk/extras/irssi/irssi-0.8.13-r1.smage2

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

revision 2844 by niro, Sat Jul 11 12:39:40 2009 UTC revision 2845 by niro, Sat Jul 11 12:43:37 2009 UTC
# Line 20  SDEPEND=">= sys-dev/gettext-0.17" Line 20  SDEPEND=">= sys-dev/gettext-0.17"
20  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
22    
23  sminclude mbuild  sminclude perl mbuild
24    
25  SRC_URI=(  SRC_URI=(
26   http://irssi.org/files/${SRCFILE}   http://irssi.org/files/${SRCFILE}
# Line 34  src_compile() Line 34  src_compile()
34   cd ${SRCDIR}   cd ${SRCDIR}
35    
36   mconfigure \   mconfigure \
  --with-glib2 \  
  --without-servertest \  
37   --with-proxy \   --with-proxy \
38   --with-ncurses \   --with-ncurses \
39     --with-perl-lib=vendor \
40   --enable-nls \   --enable-nls \
41   --enable-ipv6 \   --enable-ipv6 \
42   --with-openssl-include=/usr \   --enable-ssl \
43   --with-openssl-libs=/usr || die   || die
44    
45   mmake || die   mmake || die
46  }  }

Legend:
Removed from v.2844  
changed lines
  Added in v.2845