ports/www/clearsilver/files/patch-configure
Cheng-Lung Sung a5363d0925 - 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>
2006-12-21 02:16:16 +00:00

17 lines
289 B
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