head	1.2;
access;
symbols
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.07.17.23.57.53;	author clsung;	state dead;
branches;
next	1.1;

1.1
date	2006.12.21.02.16.16;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.10.5
- remove 4.x supports
@
text
@--- configure.orig	Thu Dec 14 19:15:07 2006
+++ configure	Thu Dec 14 19:16:25 2006
@@@@ -4969,14 +4969,6 @@@@
 fi
 
 
-  if test $cs_cv_pthread = yes; then
-    cat >>confdefs.h <<\_ACEOF
-#define HAVE_PTHREADS 1
-_ACEOF
-
-    EXTRA_UTL_SRC="$EXTRA_UTL_SRC skiplist.c dict.c"
-  fi
-
 fi
 
 
@


1.1
log
@- unbreak on 4.x
- www/clearsilver was marked BROKEN on FreeBSD 4.X because of a
  missing pthread library. However, pthread.h exists on 4.X, and
  that causes the configure script to get confused. Clearsilver
  can be built successfully on 4.X as long as the proper HAVE_PTHREAD
  value is set.

PR:		ports/106744
Submitted by:	Greg Larkin <glarkin_AT_sourcehosting dot net>
@
text
@@

