ports/contrib (3.2): lynx: fix compiling with ncurses
commit 81b50381b8a0a7030bc14040b9fb1d4f17d6f202 Author: Danny Rawlins <monster.romster@gmail.com> Date: Tue Dec 1 21:09:16 2015 +1100 lynx: fix compiling with ncurses diff --git a/lynx/.footprint b/lynx/.footprint index 16a6af8..c25232b 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 ef875b3..441eebe 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
participants (1)
-
crux@crux.nu