head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.03.20.04.34.00;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	2001.02.17.23.01.11;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Deletion of patches didn't make it.
Thanks to Stephane.Legrand@@bigfoot.com for reporting it.

PR:		25816
Submitted by:	patrick@@watson.org
@
text
@--- configure.orig     Tue Dec  5 14:14:47 2000
+++ configure  Tue Dec  5 14:19:49 2000
@@@@ -744,6 +744,10 @@@@
   nativecccompopts="$nativecccompopts -D_REENTRANT"
   case "$host" in
     *-*-solaris*) pthread_link="-cclib -lpthread -cclib -lposix4";;
+    *-*-freebsd*) pthread_link="-cclib -pthread"
+                bytecccompopts="$bytecccompopts -pthread"
+                nativecccompopts="$nativecccompopts -pthread"
+              ;;
                *) pthread_link="-cclib -lpthread";;
   esac
   echo "Options for linking with POSIX threads: $pthread_link"
@


1.1
log
@Attached patch allows OCAML to detect and use FreeBSD's native
pthreads in Thread module. Also fixes the bug in OCAML
distribution which nobody apparently noticed before.

Use TK 8.3 instead of 8.2 for labltk

PR:		23305
Submitted by:	Alexander N. Kabaev <ak03@@gte.com>
Submitted by:	Patrick M Doane <patrick@@watson.org>
@
text
@@

