mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
$NetBSD: patch-aj,v 1.1 2008/05/21 19:21:33 tonio Exp $
|
|
|
|
Deactivate oss output for darwin
|
|
|
|
--- a52dec-0.7.3/include/config.h.orig 2005-04-21 05:59:43.000000000 +0200
|
|
+++ a52dec-0.7.3/include/config.h
|
|
@@ -56,7 +56,9 @@
|
|
/* #undef LIBAO_AL */
|
|
|
|
/* libao OSS support */
|
|
+#if !(defined(__APPLE__) && defined(__MACH__))
|
|
#define LIBAO_OSS
|
|
+#endif
|
|
|
|
/* libao solaris support */
|
|
/* #undef LIBAO_SOLARIS */
|