summaryrefslogtreecommitdiff
path: root/packages/tin/tin_1.7.3.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-08-19 17:34:42 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-08-19 17:34:42 +0000
commit75470578abf41b1632fb7f6f8afac646f438b82f (patch)
tree887b768caeac0cb1ea0a074c860ec1be3c7b6bcf /packages/tin/tin_1.7.3.bb
parent74548169592daa787b2813602acfc624aa8d4828 (diff)
tin: add 1.9.1, uses our libpcre now, no more patches necessary
Diffstat (limited to 'packages/tin/tin_1.7.3.bb')
-rw-r--r--packages/tin/tin_1.7.3.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/tin/tin_1.7.3.bb b/packages/tin/tin_1.7.3.bb
index aff987a555..3383f74757 100644
--- a/packages/tin/tin_1.7.3.bb
+++ b/packages/tin/tin_1.7.3.bb
@@ -1,8 +1,9 @@
DESCRIPTION = "Tin is a powerful text mode news reader."
SECTION = "console/network"
DEPENDS = "ncurses"
-PR = "r1"
LICENSE = "GPL"
+PR = "r3"
+
SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
file://makecfg-buildcc.patch;patch=1 \
file://m4.patch;patch=1 \
@@ -11,8 +12,9 @@ SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
inherit autotools
EXTRA_OECONF = "--with-screen=ncurses"
+CFLAGS += "-DM_UNIX"
-do_compile () {
+do_compile() {
${BUILD_CC} -DLINK_SIZE=2 -I${S}/include -c pcre/dftables.c
${BUILD_CC} dftables.o -o pcre/dftables
oe_runmake build