1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/japanese/less/files/patch-ab
FUJISHIMA Satsuki ea6fe5d739 use better -lxpg4 detection code.
Obtained from:	vim6
2001-02-17 12:18:20 +00:00

11 lines
340 B
Plaintext

--- configure.in.orig Sat Feb 17 16:37:23 2001
+++ configure.in Sat Feb 17 16:38:58 2001
@@ -26,6 +26,7 @@
AC_CHECK_LIB(gen, regcmp)
AC_CHECK_LIB(intl, regcmp)
AC_CHECK_LIB(PW, regcmp)
+AC_CHECK_LIB(xpg4, _xpg4_setrunelocale, [LIBS="$LIBS -lxpg4"],,)
dnl Checks for terminal libraries
AC_MSG_CHECKING(for working terminal libraries)