summaryrefslogtreecommitdiff
path: root/lynx
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2015-12-01 21:09:16 +1100
committerDanny Rawlins <monster.romster@gmail.com>2015-12-01 21:09:16 +1100
commit81b50381b8a0a7030bc14040b9fb1d4f17d6f202 (patch)
treefae970061462fdc20b99a2a0bc8e9d3bce0fcba8 /lynx
parent83c3107be46e1c1656b69313331d1039be7cca14 (diff)
downloadcontrib-81b50381b8a0a7030bc14040b9fb1d4f17d6f202.tar.gz
contrib-81b50381b8a0a7030bc14040b9fb1d4f17d6f202.tar.xz
lynx: fix compiling with ncurses
Diffstat (limited to 'lynx')
-rw-r--r--lynx/.footprint7
-rw-r--r--lynx/Pkgfile4
2 files changed, 5 insertions, 6 deletions
diff --git a/lynx/.footprint b/lynx/.footprint
index 16a6af85f..c25232b44 100644
--- a/lynx/.footprint
+++ b/lynx/.footprint
@@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/lynx.cfg
-rw-r--r-- root/root usr/etc/lynx.lss
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/lynx.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/lynx.1.gz
diff --git a/lynx/Pkgfile b/lynx/Pkgfile
index ef875b329..441eebef7 100644
--- a/lynx/Pkgfile
+++ b/lynx/Pkgfile
@@ -14,13 +14,11 @@ build() {
./configure \
--prefix=/usr \
- --mandir=/usr/man \
--disable-nls \
--enable-color-style \
--enable-ipv6 \
--with-ssl=/usr/lib \
- --with-zlib \
- --with-screen=ncursesw
+ --with-zlib
make
make -j 1 DESTDIR=$PKG install

Generated by cgit