summaryrefslogtreecommitdiff
path: root/audio/ocp/patches/patch-af
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-16 15:52:10 +0000
committerwiz <wiz@pkgsrc.org>2009-08-16 15:52:10 +0000
commitffc90ad495811fd1bbb863d5b5947ec801497820 (patch)
tree4db36b02388f667d3478587a9d0ad2e7cb11d6e0 /audio/ocp/patches/patch-af
parent5e9922bd0e2ea6d4a1e0ff78a655146e92153efa (diff)
downloadpkgsrc-ffc90ad495811fd1bbb863d5b5947ec801497820.tar.gz
Initial import of ocp-0.1.17 from pkgsrc-wip, packaged by shattered.
Open Cubic Player first appeared around December 1994 as a DOS binary-only module player. It supported many soundcards and module formats. At some point, the source code was released to the public under the terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open Cubic Player now also supports mp3, ogg and ay files and can be compiled with libadplug support.
Diffstat (limited to 'audio/ocp/patches/patch-af')
-rw-r--r--audio/ocp/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/ocp/patches/patch-af b/audio/ocp/patches/patch-af
new file mode 100644
index 00000000000..96296f60a1c
--- /dev/null
+++ b/audio/ocp/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 2009/08/16 15:52:11 wiz 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
+