1f2515a97b
PR: ports/68804 Submitted by: John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
13 lines
338 B
Text
13 lines
338 B
Text
--- libgc/configure.bak Tue Jun 29 06:29:58 2004
|
|
+++ libgc/configure Wed Jul 7 22:43:28 2004
|
|
@@ -3686,8 +3686,8 @@
|
|
#define GC_FREEBSD_THREADS 1
|
|
_ACEOF
|
|
|
|
- INCLUDES="$INCLUDES -pthread"
|
|
- THREADLIBS=-pthread
|
|
+ INCLUDES="$INCLUDES $PTHREAD_CFLAGS"
|
|
+ THREADLIBS="$PTHREAD_LIBS"
|
|
;;
|
|
*-*-solaris*)
|
|
cat >>confdefs.h <<\_ACEOF
|