head	1.2;
access;
symbols
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.12.06.00.05.05;	author sergei;	state dead;
branches;
next	1.1;

1.1
date	2003.03.29.13.06.59;	author schweikh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 3.07 (patchlevel 2
- Fix MASTER_SITES list
- Update MANN and MLINK
- Re-sort pkg-plist for better maintenance
- Assign maintainership to the submitter

PR:		59602
Submitted by:	Eugene Ossintsev <eugos@@gmx.net>
Approved by:	previous maintainer
@
text
@--- configure.orig	Tue Mar 18 22:40:03 2003
+++ configure	Tue Mar 18 22:40:38 2003
@@@@ -962,9 +962,9 @@@@
 
 case "$arch,$model,$system" in
   i386,*,*)
-    case "$host" in              # Check for FreeBSD 4.5 bug
-      *-*-freebsd*|*-*-openbsd*) check_pthread=yes ;;
-      *)                         check_pthread=no ;;
+    case "$host" in
+      *-*-openbsd*) check_pthread=yes ;;
+      *)            check_pthread=no ;;
     esac
     if ./runtest -DTARGET_$arch -DSYS_$system stackov.c \
     && test $check_pthread = no || cclibs="-pthread $cclibs" \
@


1.1
log
@New patch to unbreak the build (configure step runs thread program that
never terminates and hogs the CPU).

Approved by: MAINTAINER timeout
PR:	ports/45233
@
text
@@

