openbsd-ports/databases/iodbc/patches/patch-configure
simon d7d07e0294 check if macro is defined before using it and regen patches
looks fine to MAINTAINER and sthen@, ok merdely@
2007-12-11 00:34:30 +00:00

22 lines
683 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2007/12/11 00:34:30 simon Exp $
--- configure.orig Thu Jan 26 16:59:18 2006
+++ configure Sun Dec 9 21:49:14 2007
@@ -22774,7 +22774,7 @@ fi
echo "$as_me:$LINENO: checking for pthread_mutex_lock in -lpthread " >&5
echo $ECHO_N "checking for pthread_mutex_lock in -lpthread ... $ECHO_C" >&6
ac_save_LIBS="$LIBS"
-LIBS="-lpthread $LIBS"
+LIBS="-pthread $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
@@ -22835,7 +22835,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = ye
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
- LIBS="$LIBS -lpthread"
+ LIBS="$LIBS -pthread"
found_lib=true
else