openbsd-ports/audio/swh-plugins/patches/patch-util_blo_h
jakemsr 3074b93528 initial import of audio/swh-plugins
This package is a collection of several LADSPA plugins from Steve
Harris.

ok landry@
2010-10-24 10:32:48 +00:00

17 lines
367 B
Plaintext

$OpenBSD: patch-util_blo_h,v 1.1.1.1 2010/10/24 10:32:48 jakemsr Exp $
- no shm_open
--- util/blo.h.orig Sun Jan 18 00:56:38 2009
+++ util/blo.h Sun Jan 18 00:58:19 2009
@@ -76,7 +76,9 @@ typedef struct {
float xfade;
} blo_h_osc;
+#ifndef __OpenBSD__
blo_h_tables *blo_h_tables_new(int table_size);
+#endif
void blo_h_tables_free(blo_h_tables *tables);