diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-06 19:27:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-06 19:27:12 +0000 |
commit | 71340cc9160c7b941c21d4a58167a53e7a33cbf9 (patch) | |
tree | 80cc3879123459e8b05c34caa30f5564958a2803 /audio/bmpx | |
parent | 04f9a750cff9ddefd9ebe2ca53f40e16ed76997f (diff) | |
download | pkgsrc-71340cc9160c7b941c21d4a58167a53e7a33cbf9.tar.gz |
Build fix for new glib2.
Diffstat (limited to 'audio/bmpx')
-rw-r--r-- | audio/bmpx/distinfo | 3 | ||||
-rw-r--r-- | audio/bmpx/patches/patch-src_sanity_h | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/bmpx/distinfo b/audio/bmpx/distinfo index afd78435ed2..fb50155bd2e 100644 --- a/audio/bmpx/distinfo +++ b/audio/bmpx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2011/11/26 17:08:51 joerg Exp $ +$NetBSD: distinfo,v 1.15 2012/05/06 19:27:12 dholland Exp $ SHA1 (bmpx-0.40.14.tar.bz2) = 3284843c45cab302f414663a5cb31eb4373d07c7 RMD160 (bmpx-0.40.14.tar.bz2) = 12a9939d53b58a43ee9deefa43188ac6b33dae72 @@ -16,3 +16,4 @@ SHA1 (patch-aj) = e6a9bd43cac01df156a95a688f8fd99e1383bb63 SHA1 (patch-ak) = 10a363145c7e9f75e07ca69fc38515413fc606f8 SHA1 (patch-library_cc) = 26cbced97d7669081eb4ff60c062a34c258c7337 SHA1 (patch-mcs_gtk-bind.h) = e9417364df34f8baea6b279b5bc1d1b4ba0d966a +SHA1 (patch-src_sanity_h) = 82acd300b2c0ad7eaf7f9a63bb0df19d4e71dd2c diff --git a/audio/bmpx/patches/patch-src_sanity_h b/audio/bmpx/patches/patch-src_sanity_h new file mode 100644 index 00000000000..f22189e0222 --- /dev/null +++ b/audio/bmpx/patches/patch-src_sanity_h @@ -0,0 +1,15 @@ +$NetBSD: patch-src_sanity_h,v 1.1 2012/05/06 19:27:12 dholland Exp $ + +Fix build with latest glib2. + +--- src/sanity.h~ 2008-03-05 21:31:06.000000000 +0000 ++++ src/sanity.h +@@ -21,7 +21,7 @@ + #ifndef BMP_SANITY_HPP + #define BMP_SANITY_HPP + +-#include <glib/gmacros.h> ++#include <glib.h> + + G_BEGIN_DECLS + |