summaryrefslogtreecommitdiff
path: root/audio/openal/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/openal/patches/patch-ad')
-rw-r--r--audio/openal/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/openal/patches/patch-ad b/audio/openal/patches/patch-ad
new file mode 100644
index 00000000000..a8f29685fca
--- /dev/null
+++ b/audio/openal/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 2007/08/30 15:01:46 joerg Exp $
+
+--- configure.orig 2007-08-30 14:15:59.000000000 +0000
++++ configure
+@@ -23233,7 +23233,7 @@ if test "x$enable_bsd" = xno; then
+ openal_backend_bsd_support=disabled
+ else
+ case "$target" in
+- *bsd*) openal_backend_bsd_support=static ;;
++ *bsd* | *dragonfly*) openal_backend_bsd_support=static ;;
+ *) openal_backend_bsd_support=none
+ if test "x$enable_bsd" = xyes; then
+ { echo "$as_me:$LINENO: WARNING: --enable-bsd ignored because this is no BSD build." >&5