head	1.2;
access;
symbols
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.11.25.22.35.52;	author sem;	state dead;
branches;
next	1.1;

1.1
date	2002.07.11.10.52.14;	author wjv;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.3.2
- Add WITH_PVM knob
- Pass maintainership to submitter

PR:		ports/74331
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
@
text
@--- configure.orig	Mon Aug  6 01:55:52 2001
+++ configure	Thu Jul 11 12:38:47 2002
@@@@ -1094,6 +1094,9 @@@@
 
         acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags"
         ;;
+        *freebsd5*)
+	acx_pthread_flags="-lc_r -kthread lthread -pthread"
+        ;;
 esac
 
 if test x"$acx_pthread_ok" = xno; then
@@@@ -1418,6 +1421,9 @@@@
         # we'll just look for -pthreads and -lpthread first:
 
         acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags"
+        ;;
+        *freebsd5*)
+	acx_pthread_flags="-lc_r -kthread lthread -pthread"
         ;;
 esac
 
@


1.1
log
@- Add patch that will, for -CURRENT only, change:  -pthread -> -lc_r
- Bump $PORTREVISION

Prompted by:	Various questions from Rune Linding <linding@@EMBL-Heidelberg.DE>
@
text
@@

