1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/japanese/less/files/patch-ab
Steve Price 5c977eca3a Fix a setlocale problem by compiling with libxpg4.
PR:		6390
Submitted by:	maintainer
1998-05-04 02:31:08 +00:00

12 lines
216 B
Plaintext

--- Makefile.in- Fri Apr 17 13:37:28 1998
+++ Makefile.in Wed Apr 22 13:14:28 1998
@@ -15,7 +15,7 @@
LDFLAGS = @LDFLAGS@
O=o
-LIBS = @LIBS@
+LIBS = @LIBS@ -lxpg4
prefix = @prefix@
exec_prefix = @exec_prefix@