Unbreak the FreeBSD build.

svn: r16481
This commit is contained in:
Mike Sperber 2009-10-30 17:25:35 +00:00
parent 40bc4cb77a
commit 9aa2075961
2 changed files with 4 additions and 1 deletions

View File

@ -549,7 +549,7 @@ case $OS in
EXTRALIBS="-Wl,-brtl,-bE:\$(srcdir)/../mzscheme/include/mzscheme.exp"
;;
FreeBSD)
LIBS="$LIBS -rdynamic"
LIBS="$LIBS -rdynamic -pthread"
DYN_CFLAGS="-fPIC"
;;
OpenBSD)

View File

@ -340,6 +340,9 @@
# include "uconfig.h"
# undef HAS_STANDARD_IOB
#undef USE_ITIMER
#define USE_PTHREAD_THREAD_TIMER
# define HAS_BSD_IOB
# ifdef FREEBSD_VERSION_2x