diff options
Diffstat (limited to 'audio/bmpx/patches/patch-ad')
-rw-r--r-- | audio/bmpx/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/bmpx/patches/patch-ad b/audio/bmpx/patches/patch-ad new file mode 100644 index 00000000000..85440d7e758 --- /dev/null +++ b/audio/bmpx/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.5 2007/12/08 14:42:51 drochner Exp $ + +--- src/sanity.cc.orig 2007-12-08 15:29:18.000000000 +0100 ++++ src/sanity.cc +@@ -69,7 +69,7 @@ sanity_check_glib_msg (void) + } + + C_FUNCTION +-gchar * ++const gchar * + sanity_check_gtk (void) + { + return gtk_check_version (GTK_REQUIRED_MAJOR_VER, |