mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- 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>
17 lines
289 B
Text
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
|
|
|
|
|