diff options
author | drochner <drochner@pkgsrc.org> | 2011-01-17 14:30:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-01-17 14:30:06 +0000 |
commit | 3398b8989377812f5abac8909ab2c3b3861509df (patch) | |
tree | 386a337ee36c283671c6c68032097c75b9c3bfe0 /audio | |
parent | 0d888131f520a26fd2c82d395d6d90ba39993be1 (diff) | |
download | pkgsrc-3398b8989377812f5abac8909ab2c3b3861509df.tar.gz |
make this build with new gtkmm
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmpx/distinfo | 3 | ||||
-rw-r--r-- | audio/bmpx/patches/patch-ak | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/bmpx/distinfo b/audio/bmpx/distinfo index 92f2e1a4eff..070e8e8d1b1 100644 --- a/audio/bmpx/distinfo +++ b/audio/bmpx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2009/03/26 23:12:22 wiz Exp $ +$NetBSD: distinfo,v 1.12 2011/01/17 14:30:06 drochner Exp $ SHA1 (bmpx-0.40.14.tar.bz2) = 3284843c45cab302f414663a5cb31eb4373d07c7 RMD160 (bmpx-0.40.14.tar.bz2) = 12a9939d53b58a43ee9deefa43188ac6b33dae72 @@ -13,3 +13,4 @@ SHA1 (patch-ag) = fa089ab5d823198527a05bba44b484e07d9067f5 SHA1 (patch-ah) = d8a7085943f3795fe5fe85fa94f4e93434eca329 SHA1 (patch-ai) = 0e8a20bb8d18f14da58f2681a2fb6ae141e9d66d SHA1 (patch-aj) = e6a9bd43cac01df156a95a688f8fd99e1383bb63 +SHA1 (patch-ak) = 10a363145c7e9f75e07ca69fc38515413fc606f8 diff --git a/audio/bmpx/patches/patch-ak b/audio/bmpx/patches/patch-ak new file mode 100644 index 00000000000..ea02675e49c --- /dev/null +++ b/audio/bmpx/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2011/01/17 14:30:06 drochner Exp $ + +--- src/dialog-about.cc.orig 2008-03-05 21:31:06.000000000 +0000 ++++ src/dialog-about.cc +@@ -29,7 +29,7 @@ + #include <glib/gi18n.h> + #include <gdk/gdk.h> + #include <gdk/gdkkeysyms.h> +-#include <gdkmm/general.h> ++#include <gdkmm.h> + #include <cairomm/cairomm.h> + #include <boost/format.hpp> + #include <cmath> |