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


1.2
date	2004.12.12.17.25.50;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	2004.11.07.18.20.57;	author lofi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Unbreak the port by remove the Java language from this port.  Anyone
using GCC 3.2 isn't using it for the Java compiler, but for C/C++ code.
@
text
@--- libjava/configure.orig	Sun Nov  7 17:50:53 2004
+++ libjava/configure	Sun Nov  7 17:51:38 2004
@@@@ -3221,13 +3221,6 @@@@
 	# support for weak references to pthread_* functions ala gthr.h API.
 	THREADSPEC='%{!pthread: %eUnder this configuration, the user must provide -pthread when linking.}'
 	;;
-     *-*-freebsd*)
-	# FreeBSD 5 implements a model much closer to other modern UNIX
-	# which support threads.  However, it still does not support
-	# -lpthread.
-	THREADLDFLAGS=-pthread
-	THREADSPEC=-lc_r
-	;;
      *)
 	THREADLIBS=-lpthread
 	THREADSPEC=-lpthread
@


1.1
log
@Adjust spec to make -pthread and gcj link to -lpthread on recent
FreeBSD 5.
@
text
@@

