diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-07 01:21:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-07 01:21:23 +0000 |
commit | d4bb1f8f232e02c1ddba5cc27ca291bea9173690 (patch) | |
tree | 5e70c1c764632e73816efc33048cdad5c9e6dfd2 /print/lyx16/files | |
parent | - Wipe x11* items out from device config dialog when WITHOUT_X11 is defined (diff) |
- Support LOCALBASE properly
PR: 43709
Submitted by: Ports Fury
Diffstat (limited to 'print/lyx16/files')
-rw-r--r-- | print/lyx16/files/patch-config::pspell.m4 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/lyx16/files/patch-config::pspell.m4 b/print/lyx16/files/patch-config::pspell.m4 new file mode 100644 index 000000000000..31bfdce0d433 --- /dev/null +++ b/print/lyx16/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) + |