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

File: [local] / ports / www / sams / patches / Attic / patch-configure (download)

Revision 1.1, Wed Oct 14 18:44:26 2009 UTC (14 years, 8 months ago) by yason
Branch: MAIN

dirty hacks to make sams useful

$OpenBSD$
--- configure.orig	Fri Oct  9 14:11:36 2009
+++ configure	Fri Oct  9 14:12:45 2009
@@ -5654,7 +5654,7 @@ echo "${ECHO_T}using mysql libraries from $DST_MYSQL_L
     esac
 echo "$as_me:$LINENO: checking for libmysqlclient in $DST_MYSQL_LIBS" >&5
 echo $ECHO_N "checking for libmysqlclient in $DST_MYSQL_LIBS... $ECHO_C" >&6
-if test -r "$DST_MYSQL_LIBS/libmysqlclient.so"; then
+if test -r "$DST_MYSQL_LIBS/libmysqlclient.so.20.0"; then
   echo "$as_me:$LINENO: result: using libmysqlclient from $DST_MYSQL_LIBS" >&5
 echo "${ECHO_T}using libmysqlclient from $DST_MYSQL_LIBS" >&6
 else
@@ -5752,7 +5752,7 @@ echo "${ECHO_T}using pcre libraries from $DST_PCRE_LIB
     esac
 echo "$as_me:$LINENO: checking for libpcre in $DST_PCRE_LIBS" >&5
 echo $ECHO_N "checking for libpcre in $DST_PCRE_LIBS... $ECHO_C" >&6
-if test -r "$DST_PCRE_LIBS/libpcre.so"; then
+if test -r "$DST_PCRE_LIBS/libpcre.so.2.3"; then
   echo "$as_me:$LINENO: result: using libpcre from $DST_PCRE_LIBS" >&5
 echo "${ECHO_T}using libpcre from $DST_PCRE_LIBS" >&6
 else