blob: 034ab04c0a88fa081fbc79ba671add23b58a0895 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1 2006/01/12 20:57:25 joerg Exp $
--- configure.orig 2006-01-12 20:37:05.000000000 +0000
+++ configure
@@ -1934,7 +1934,7 @@ linux* | gnu* | k*bsd*-gnu)
echo "${ECHO_T}*** GNU, building POSIX version. we need pthread and rt." >&6
PPC_LDADD="$PPC_LDADD -lpthread -lrt"
;;
-freebsd*)
+freebsd* | dragonfly*)
OSAPI_DIR=posix
if test "x$enable_ui" = "xno"; then
enable_ui="x11"
|