diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2002-11-17 02:20:06 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2002-11-17 02:20:06 +0000 |
commit | 40ab1f19fd88bc1b88a242fc9c0793169428f25c (patch) | |
tree | 143d040a8f21bbef32b6844733f036db8bcd0a43 /print/cjk-lyx/files/patch-config::pspell.m4 | |
parent | Maintainer 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-config::pspell.m4')
-rw-r--r-- | print/cjk-lyx/files/patch-config::pspell.m4 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/cjk-lyx/files/patch-config::pspell.m4 b/print/cjk-lyx/files/patch-config::pspell.m4 new file mode 100644 index 000000000000..31bfdce0d433 --- /dev/null +++ b/print/cjk-lyx/files/patch-config::pspell.m4 @@ -0,0 +1,20 @@ +--- config/pspell.m4.orig Thu Jun 20 21:03:56 2002 ++++ config/pspell.m4 Wed Oct 2 22:10:21 2002 +@@ -12,7 +12,7 @@ + fi + ]) + +- AC_ARG_WITH(pspell-includes, [ --with-pspell-include where the pspell.h is located], ++ AC_ARG_WITH(pspell-include, [ --with-pspell-include where the pspell.h is located], + pspell_use_include="$withval", + pspell_use_include=NONE) + +@@ -22,7 +22,7 @@ + AC_FIND_FILE(pspell/pspell.h,$pspell_includes,pspell_use_include) + fi + +- AC_ARG_WITH(pspell-libs, [ --with-pspell-lib where the libpspell.a is located], ++ AC_ARG_WITH(pspell-lib, [ --with-pspell-lib where the libpspell.a is located], + pspell_use_lib="$withval", + pspell_use_lib=NONE) + |