openbsd-ports/databases/evolution-data-server/patches/patch-calendar_libical_configure
jasper c0ebdf8547 - update evolution-data-server to 2.22.2
* support for google calendar
* faster spam filtering
* loads of bugs fixed

ok ajacoutot@
2008-06-02 16:46:26 +00:00

30 lines
960 B
Plaintext

$OpenBSD: patch-calendar_libical_configure,v 1.2 2008/06/02 16:46:26 jasper Exp $
--- calendar/libical/configure.orig Fri Apr 4 13:21:47 2008
+++ calendar/libical/configure Sun Jun 1 00:55:23 2008
@@ -20285,13 +20285,13 @@ _ACEOF
PTHREAD_LIBS=-pthread;;
*)
- { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
+ { echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5
+echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6; }
if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread $LIBS"
+LIBS="-pthread $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -20356,7 +20356,7 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_PTHREAD
_ACEOF
- PTHREAD_LIBS=-lpthread
+ PTHREAD_LIBS=-pthread
fi;;
esac