pkgsrc/multimedia/libmp4v2/patches/patch-ad
drochner 70986b479c split out the libmp4v2 part from mpeg4ip -- all users in the pkgsrc
tree just need that library, the player in mpeg4ip just causes an unwanted
dependency on SDL and complications due to plugin building
2007-02-09 19:57:48 +00:00

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