diff options
author | Steve Price <steve@FreeBSD.org> | 1998-05-04 02:31:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-05-04 02:31:08 +0000 |
commit | 5c977eca3a111cee2e63158b312a5f1cfd2b2f0b (patch) | |
tree | 8b5b86fdba56ef8e51cbc42ec3e4e9f6175c9ca4 /japanese | |
parent | Don'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')
-rw-r--r-- | japanese/less/files/patch-ab | 11 |
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@ |