diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-05 15:09:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-05 15:09:04 +0000 |
commit | 25bc470df2cbdde568b05fac7ec2aa90310247ca (patch) | |
tree | 06da989306a16740ce7fd5321cf33668f8af8084 /audio/xmms-modplug | |
parent | 232157206d99d35cb82401f462c08fa70cdada91 (diff) | |
download | pkgsrc-25bc470df2cbdde568b05fac7ec2aa90310247ca.tar.gz |
Include stddef.h to prevent other strange NULL definitions to occur.
Diffstat (limited to 'audio/xmms-modplug')
-rw-r--r-- | audio/xmms-modplug/distinfo | 4 | ||||
-rw-r--r-- | audio/xmms-modplug/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/xmms-modplug/patches/patch-ab | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/audio/xmms-modplug/distinfo b/audio/xmms-modplug/distinfo index 4303471971d..bf4dad93f32 100644 --- a/audio/xmms-modplug/distinfo +++ b/audio/xmms-modplug/distinfo @@ -1,8 +1,10 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 20:39:55 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/01/05 15:09:04 joerg Exp $ SHA1 (modplugxmms-2.05.tar.gz) = ccb307fc7490a94aad2aadb5dac4e4e96aa7892f RMD160 (modplugxmms-2.05.tar.gz) = 16a754d4d7567b36f2786f6fc198c03703d7b686 Size (modplugxmms-2.05.tar.gz) = 242595 bytes +SHA1 (patch-aa) = bca48bf7fce079c365b83d52ce32f9f8c7095291 +SHA1 (patch-ab) = 751321d0686436c01e139952957f71c31e24ae04 SHA1 (patch-ac) = 894ceefe4fe405b7ca5b3a5ec824b54de4b1f117 SHA1 (patch-ad) = 55fcd439905303d3666bf2b8676e3aeeede7ea0f SHA1 (patch-ae) = 5f9ba3568d9c2cdad0305624e9eeb00594e97d83 diff --git a/audio/xmms-modplug/patches/patch-aa b/audio/xmms-modplug/patches/patch-aa new file mode 100644 index 00000000000..360b9421c26 --- /dev/null +++ b/audio/xmms-modplug/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/01/05 15:09:04 joerg Exp $ + +--- modplugxmms/gui/main.cpp.orig 2006-01-05 14:51:18.000000000 +0000 ++++ modplugxmms/gui/main.cpp +@@ -7,6 +7,8 @@ + # include <config.h> + #endif + ++#include <stddef.h> ++ + #include <gtk/gtk.h> + #include <libintl.h> + diff --git a/audio/xmms-modplug/patches/patch-ab b/audio/xmms-modplug/patches/patch-ab new file mode 100644 index 00000000000..d6558177eb0 --- /dev/null +++ b/audio/xmms-modplug/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/01/05 15:09:04 joerg Exp $ + +--- modplugxmms/plugin.cpp.orig 2006-01-05 14:56:10.000000000 +0000 ++++ modplugxmms/plugin.cpp +@@ -4,6 +4,8 @@ + * This source code is public domain. + */ + ++#include <stddef.h> ++ + #include "plugin.h" + #include <libmodplug/modplug.h> + #include "gui/main.h" |