summaryrefslogtreecommitdiff
path: root/audio/bmp/patches
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bmp/patches')
-rw-r--r--audio/bmp/patches/patch-aa22
-rw-r--r--audio/bmp/patches/patch-aq8
2 files changed, 26 insertions, 4 deletions
diff --git a/audio/bmp/patches/patch-aa b/audio/bmp/patches/patch-aa
new file mode 100644
index 00000000000..ec61dbb7aca
--- /dev/null
+++ b/audio/bmp/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2006/07/31 21:43:55 jmmv Exp $
+
+--- beep/softvolume.c.orig 2004-06-20 20:48:54.000000000 +0200
++++ beep/softvolume.c
+@@ -117,7 +117,7 @@ soft_volume_set(SoftVolumeConfig * c, gi
+ *
+ **************************************************************************/
+
+-G_INLINE_FUNC void
++inline void
+ effect_16bit(gint max, gint min, guint length, gint16 * sdata,
+ SoftVolumeConfig * c)
+ {
+@@ -139,7 +139,7 @@ effect_16bit(gint max, gint min, guint l
+ *
+ **************************************************************************/
+
+-G_INLINE_FUNC void
++inline void
+ effect_8bit(gint max, gint min, guint length, gint8 * sdata,
+ SoftVolumeConfig * c)
+ {
diff --git a/audio/bmp/patches/patch-aq b/audio/bmp/patches/patch-aq
index 232333b9781..e2902ffe48e 100644
--- a/audio/bmp/patches/patch-aq
+++ b/audio/bmp/patches/patch-aq
@@ -1,13 +1,13 @@
-$NetBSD: patch-aq,v 1.3 2004/12/25 15:22:37 jmmv Exp $
+$NetBSD: patch-aq,v 1.4 2006/07/31 21:43:55 jmmv Exp $
---- Output/OSS/Makefile.in.orig 2004-12-11 21:22:35.000000000 +0100
+--- Output/OSS/Makefile.in.orig 2005-10-22 12:45:02.000000000 +0200
+++ Output/OSS/Makefile.in
-@@ -305,7 +305,7 @@ soundcard.h
+@@ -295,7 +295,7 @@ soundcard.h
EXTRA_DIST = $(osssources)
lib_LTLIBRARIES = $(ossltlibs)
libOSS_la_LDFLAGS = @PLUGIN_LDFLAGS@
-libOSS_la_LIBADD = @GTK_LIBS@
+libOSS_la_LIBADD = @GTK_LIBS@ $(LIBOSSAUDIO)
libOSS_la_SOURCES = $(ossbuildsources)
- INCLUDES = @GTK_CFLAGS@ @GCONF_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir)
+ INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)
all: all-am