mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
525 B
Plaintext
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.])
|