pkgsrc-wip/ocp/patches/patch-af
Sergey Svishchev 82e54ecc30 ocp DOES play sound if you don't disable its wavetable plugins in ocp.ini (oops).
Disable calls to dlclose() for now -- one of them SEGV's.
2008-02-25 16:18:05 +00:00

13 lines
325 B
Text

$NetBSD: patch-af,v 1.1 2008/02/25 16:18:05 shattered Exp $
--- config.h.in.orig 2008-01-14 18:48:57.000000000 +0000
+++ config.h.in
@@ -215,7 +215,7 @@
#include <duma.h>
#endif
-#if defined(HAVE_DUMA)|defined(HAVE_EFENCE)
+#if defined(HAVE_DUMA)||defined(HAVE_EFENCE)||defined(__NetBSD__)
#define NO_DLCLOSE
#endif