2013-09-26 17:14:40 +02:00

14 lines
525 B
Plaintext

$NetBSD: patch-ac,v 1.3 2007/08/30 15:01:46 joerg Exp $
--- configure.ac.orig 2007-08-30 14:14:55.000000000 +0000
+++ configure.ac
@@ -648,7 +648,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
AC_MSG_WARN([--enable-bsd ignored because this is no BSD build.])