FreeBSD Bugzilla – Attachment 131677 Details for
Bug 175813
[patch] mail/dovecot2 doesn't detect libstemmer or exttextcat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-configure
patch-configure (text/plain), 1.45 KB, created by
Lawrence Chen
on 2013-02-04 05:20:00 UTC
(
hide
)
Description:
patch-configure
Filename:
MIME Type:
Creator:
Lawrence Chen
Created:
2013-02-04 05:20:00 UTC
Size:
1.45 KB
patch
obsolete
>--- configure.orig 2012-11-29 19:33:27.000000000 -0600 >+++ configure 2013-02-03 11:38:52.827137584 -0600 >@@ -24345,13 +24345,13 @@ > have_lucene=no > if test "$want_lucene" = "yes"; then > if test $want_stemmer != no; then >- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sb_stemmer_new in -lstemmer" >&5 >-$as_echo_n "checking for sb_stemmer_new in -lstemmer... " >&6; } >+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sb_stemmer_new in -lclucene-contribs-lib" >&5 >+$as_echo_n "checking for sb_stemmer_new in -lclucene-contribs-lib... " >&6; } > if ${ac_cv_lib_stemmer_sb_stemmer_new+:} false; then : > $as_echo_n "(cached) " >&6 > else > ac_check_lib_save_LIBS=$LIBS >-LIBS="-lstemmer $LIBS" >+LIBS="-lclucene-contribs-lib $LIBS" > cat confdefs.h - <<_ACEOF >conftest.$ac_ext > /* end confdefs.h. */ > >@@ -24432,13 +24432,13 @@ > > else > >- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special_textcat_Init in -lexttextcat" >&5 >-$as_echo_n "checking for special_textcat_Init in -lexttextcat... " >&6; } >+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special_textcat_Init in -lexttextcat-2.0" >&5 >+$as_echo_n "checking for special_textcat_Init in -lexttextcat-2.0... " >&6; } > if ${ac_cv_lib_exttextcat_special_textcat_Init+:} false; then : > $as_echo_n "(cached) " >&6 > else > ac_check_lib_save_LIBS=$LIBS >-LIBS="-lexttextcat $LIBS" >+LIBS="-lexttextcat-2.0 $LIBS" > cat confdefs.h - <<_ACEOF >conftest.$ac_ext > /* end confdefs.h. */
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 175813
: 131677 |
131678