diff options
author | drochner <drochner@pkgsrc.org> | 2007-12-08 14:42:51 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-12-08 14:42:51 +0000 |
commit | 836dc91db12aa67f519214d040fb2f764065c745 (patch) | |
tree | 906eab30e1bc2597c182d88d9fb15278e558731c /audio/bmpx/patches | |
parent | d6d7a695b263d013192ad79313f1a68c0c9ece49 (diff) | |
download | pkgsrc-836dc91db12aa67f519214d040fb2f764065c745.tar.gz |
add a "const" to fix build, should fix problem seen on Dragonfly
bulk build
Diffstat (limited to 'audio/bmpx/patches')
-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, |