1.1 --- a/configure.in Sun May 27 00:24:43 2001 +0000
1.2 +++ b/configure.in Sun May 27 00:38:26 2001 +0000
1.3 @@ -1284,7 +1284,7 @@
1.4 COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c)
1.5 fi
1.6 # NetBSD does not define "unix"
1.7 - CFLAGS="$CFLAGS -Dunix -D_POSIX_THREAD_SYSCALL_SOFT=1"
1.8 + CFLAGS="$CFLAGS -Dunix"
1.9 ;;
1.10 *-*-openbsd*)
1.11 ARCH=openbsd
2.1 --- a/ltconfig Sun May 27 00:24:43 2001 +0000
2.2 +++ b/ltconfig Sun May 27 00:38:26 2001 +0000
2.3 @@ -1286,6 +1286,9 @@
2.4 # dlltool doesn't understand --whole-archive et. al.
2.5 whole_archive_flag_spec=
2.6 ;;
2.7 + netbsd*)
2.8 + whole_archive_flag_spec=
2.9 + ;;
2.10 *)
2.11 # ancient GNU ld didn't support --whole-archive et. al.
2.12 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then