blob: 444fb83e9a4531b975d033368b345f7bcb729e02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ad,v 1.1 2006/04/28 10:02:41 joerg Exp $
--- lib/SDLAudio/configure.orig 2006-04-28 09:21:28.000000000 +0000
+++ lib/SDLAudio/configure
@@ -23435,7 +23435,7 @@ fi;
# causes Carbon.p complaints?
# pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
;;
- *-*-freebsd*)
+ *-*-freebsd* | *-*-dragonfly*)
pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
pthread_lib="-pthread"
;;
@@ -24553,7 +24553,7 @@ case "$target" in
# Set up files for the thread library
# Set up files for the timer library
;;
- *-*-freebsd*)
+ *-*-freebsd* | *-*-dragonfly*)
ARCH=freebsd
CheckDiskAudio
|