summaryrefslogtreecommitdiff
path: root/japanese/less
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-04 02:31:08 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-04 02:31:08 +0000
commit5c977eca3a111cee2e63158b312a5f1cfd2b2f0b (patch)
tree8b5b86fdba56ef8e51cbc42ec3e4e9f6175c9ca4 /japanese/less
parentDon't override ${CC}, instead patch ltconfig as done in a couple (diff)
Fix a setlocale problem by compiling with libxpg4.
PR: 6390 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=10830
Diffstat (limited to 'japanese/less')
-rw-r--r--japanese/less/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/less/files/patch-ab b/japanese/less/files/patch-ab
new file mode 100644
index 000000000000..25f5fe996b07
--- /dev/null
+++ b/japanese/less/files/patch-ab
@@ -0,0 +1,11 @@
+--- 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@