summaryrefslogtreecommitdiff
path: root/print/cjk-lyx/files/patch-src::sp_spell.C
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2002-11-17 02:20:06 +0000
committerCHOI Junho <cjh@FreeBSD.org>2002-11-17 02:20:06 +0000
commit40ab1f19fd88bc1b88a242fc9c0793169428f25c (patch)
tree143d040a8f21bbef32b6844733f036db8bcd0a43 /print/cjk-lyx/files/patch-src::sp_spell.C
parentMaintainer update to version 3.96_2 (diff)
Update to 1.2.1 and unbroke ports.
PR: ports/43705 Submitted by: Ports Fury
Diffstat (limited to 'print/cjk-lyx/files/patch-src::sp_spell.C')
-rw-r--r--print/cjk-lyx/files/patch-src::sp_spell.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/cjk-lyx/files/patch-src::sp_spell.C b/print/cjk-lyx/files/patch-src::sp_spell.C
new file mode 100644
index 000000000000..32da4ce945b5
--- /dev/null
+++ b/print/cjk-lyx/files/patch-src::sp_spell.C
@@ -0,0 +1,11 @@
+--- src/sp_spell.C.orig Mon Aug 12 19:25:50 2002
++++ src/sp_spell.C Fri Aug 23 03:38:09 2002
+@@ -379,7 +379,7 @@
+ // Configure provides us with macros which are supposed to do
+ // the right typecast.
+ retval = select(SELECT_TYPE_ARG1 (pipeout[0]+1),
+- SELECT_TYPE_ARG234 (&infds),
++ &infds,
+ 0,
+ 0,
+ SELECT_TYPE_ARG5 (&tv));