[BACK]Return to patch-configure CVS log [TXT][DIR] Up to [local] / ports / www / sams / patches

Annotation of ports/www/sams/patches/patch-configure, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- configure.orig     Fri Oct  9 14:11:36 2009
        !             3: +++ configure  Fri Oct  9 14:12:45 2009
        !             4: @@ -5654,7 +5654,7 @@ echo "${ECHO_T}using mysql libraries from $DST_MYSQL_L
        !             5:      esac
        !             6:  echo "$as_me:$LINENO: checking for libmysqlclient in $DST_MYSQL_LIBS" >&5
        !             7:  echo $ECHO_N "checking for libmysqlclient in $DST_MYSQL_LIBS... $ECHO_C" >&6
        !             8: -if test -r "$DST_MYSQL_LIBS/libmysqlclient.so"; then
        !             9: +if test -r "$DST_MYSQL_LIBS/libmysqlclient.so.20.0"; then
        !            10:    echo "$as_me:$LINENO: result: using libmysqlclient from $DST_MYSQL_LIBS" >&5
        !            11:  echo "${ECHO_T}using libmysqlclient from $DST_MYSQL_LIBS" >&6
        !            12:  else
        !            13: @@ -5752,7 +5752,7 @@ echo "${ECHO_T}using pcre libraries from $DST_PCRE_LIB
        !            14:      esac
        !            15:  echo "$as_me:$LINENO: checking for libpcre in $DST_PCRE_LIBS" >&5
        !            16:  echo $ECHO_N "checking for libpcre in $DST_PCRE_LIBS... $ECHO_C" >&6
        !            17: -if test -r "$DST_PCRE_LIBS/libpcre.so"; then
        !            18: +if test -r "$DST_PCRE_LIBS/libpcre.so.2.3"; then
        !            19:    echo "$as_me:$LINENO: result: using libpcre from $DST_PCRE_LIBS" >&5
        !            20:  echo "${ECHO_T}using libpcre from $DST_PCRE_LIBS" >&6
        !            21:  else

CVSweb