openbsd-ports/productivity/calcurse/patches/patch-configure
ajacoutot 21fb4fe50e Update to calcurse-2.8.
from developer and maintainer Frederic Culot
2010-06-15 07:29:39 +00:00

21 lines
834 B
Plaintext

$OpenBSD: patch-configure,v 1.9 2010/06/15 07:29:39 ajacoutot Exp $
--- configure.orig Sat May 29 09:27:35 2010
+++ configure Tue Jun 15 09:26:01 2010
@@ -8071,13 +8071,13 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
- { 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