This is a port of Bigloo, a Scheme system which includes a compiler generating C code and Java classes and an interpreter. Bigloo is the tool of choice for the construction of small autonomous applications in Scheme. Bigloo is mostly conformant to the Revised5 Report on the Algorithmic Language Scheme with many extensions. PR: ports/40644 Submitted by: Stanislav Grozev <tacho@factline.com>
11 lines
281 B
Text
11 lines
281 B
Text
--- autoconf/pthread.orig Mon Jul 15 21:08:08 2002
|
|
+++ autoconf/pthread Mon Jul 15 21:08:16 2002
|
|
@@ -14,7 +14,7 @@
|
|
#*---------------------------------------------------------------------*/
|
|
cc=gcc
|
|
cflags=
|
|
-pthreadlibs="-lpthread"
|
|
+pthreadlibs="-pthread"
|
|
tmp=/tmp
|
|
user=bigloo
|
|
|