Compare commits

..

No commits in common. "sortix" and "upstream" have entirely different histories.

4 changed files with 4 additions and 10 deletions

View File

@ -35,6 +35,8 @@ mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
DESTDIR =
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

4
configure vendored
View File

@ -124,7 +124,7 @@ libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/share/man'
mandir='${prefix}/man'
# Initialize some other variables.
subdirs=
@ -241,7 +241,7 @@ Directory and file names:
--includedir=DIR C header files in DIR [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
--infodir=DIR info documentation in DIR [PREFIX/info]
--mandir=DIR man documentation in DIR [PREFIX/share/man]
--mandir=DIR man documentation in DIR [PREFIX/man]
--srcdir=DIR find the sources in DIR [configure dir or ..]
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names

View File

@ -2,7 +2,6 @@
* (c) 2002 Mikulas Patocka
* This file is a part of the Links program, released under GPL.
*/
#include <langinfo.h>
#include "links.h"
@ -131,8 +130,6 @@ int get_default_charset(void)
lang = cast_uchar getenv("LC_CTYPE");
if (!lang)
lang = cast_uchar getenv("LANG");
if (!lang)
lang = cast_uchar nl_langinfo(CODESET);
if (!lang) {
i = 0;
goto ret_i;

View File

@ -1,5 +0,0 @@
NAME=links
BUILD_LIBRARIES='libssl libbrotli? libevent? liblzip? liblzma? libz? libzstd?'
BUILD_SYSTEM=configure
LOCATION_INDEPENDENT=true
LICENSE=GPL-2.0-or-later