70986b479c
tree just need that library, the player in mpeg4ip just causes an unwanted dependency on SDL and complications due to plugin building
22 lines
716 B
Text
22 lines
716 B
Text
$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
|