Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51329 Details for
Bug 82220
kdelibs ebuild should differentiate between ispell and aspell.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
kdelibs-kspell2-plugins-configure.in.in.patch
kdelibs-kspell2-plugins-configure.in.in.patch (text/plain), 1.51 KB, created by
Simone Gotti (RETIRED)
on 2005-02-16 01:42:37 UTC
(
hide
)
Description:
kdelibs-kspell2-plugins-configure.in.in.patch
Filename:
MIME Type:
Creator:
Simone Gotti (RETIRED)
Created:
2005-02-16 01:42:37 UTC
Size:
1.51 KB
patch
obsolete
>--- kspell2/plugins/configure.in.in.orig 2005-02-16 10:15:34.000000000 +0000 >+++ kspell2/plugins/configure.in.in 2005-02-16 10:18:15.865625768 +0000 >@@ -1,15 +1,19 @@ >- AC_LANG_SAVE >- AC_LANG_C >- dnl Check for aspell library >- KDE_CHECK_LIB(aspell, new_aspell_config, [LIBASPELL="-laspell"]) >- KDE_CHECK_HEADER(aspell.h) >- if test -z "$ac_cv_header_aspell_h"; then >- echo "" >- echo "Your libaspell is too old or not installed, I couldn't find aspell.h." >- echo "You must download aspell >= 0.50.2, see http://aspell.net" >- echo "Spell-checking with libaspell will not be available, only with ispell dicts." >- echo "" >+ AC_ARG_WITH(aspell,AC_HELP_STRING([--with-aspell],[Enable aspell support [default=check]]),[aspell_test="$withval"],[aspell_test="yes"]) >+ >+ if test "x$aspell_test" = "xyes" ; then >+ AC_LANG_SAVE >+ AC_LANG_C >+ dnl Check for aspell library >+ KDE_CHECK_LIB(aspell, new_aspell_config, [LIBASPELL="-laspell"]) >+ KDE_CHECK_HEADER(aspell.h) >+ if test -z "$ac_cv_header_aspell_h"; then >+ echo "" >+ echo "Your libaspell is too old or not installed, I couldn't find aspell.h." >+ echo "You must download aspell >= 0.50.2, see http://aspell.net" >+ echo "Spell-checking with libaspell will not be available, only with ispell dicts." >+ echo "" >+ fi >+ AC_LANG_RESTORE > fi > > AM_CONDITIONAL(include_aspell_plugin, test -n "$ac_cv_header_aspell_h" -a -n "$LIBASPELL") >- AC_LANG_RESTORE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 82220
: 51329