diff options
Diffstat (limited to 'tin')
-rw-r--r-- | tin/tin_1.7.3.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tin/tin_1.7.3.oe b/tin/tin_1.7.3.oe index 431366d61b..3804012252 100644 --- a/tin/tin_1.7.3.oe +++ b/tin/tin_1.7.3.oe @@ -2,14 +2,14 @@ RDEPENDS = "libc6 libncurses5" DEPENDS = "virtual/libc ncurses" DESCRIPTION = "Tin is a powerful text mode news reader." -SRC_URI=ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \ - file://${FILESDIR}/makecfg-buildcc.patch;patch=1 \ - file://${FILESDIR}/m4.patch;patch=1 \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \ + file://${FILESDIR}/makecfg-buildcc.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1" inherit autotools libtool -EXTRA_OECONF = '--with-screen=ncurses' +EXTRA_OECONF = "--with-screen=ncurses" do_compile () { ${BUILD_CC} -DLINK_SIZE=2 -I${S}/include -c pcre/dftables.c |