summaryrefslogtreecommitdiff
path: root/multimedia/libmp4v2/patches/patch-ad
blob: f9c64783901eaea8dae1273b7089cad6c66f3eb7 (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.1.1 2007/02/09 19:57:48 drochner 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