diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-10 00:49:06 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-10 00:49:06 +0000 |
commit | 395277e8ae6730897b7a52719f5b4386ebaa4268 (patch) | |
tree | 43cf178f984f0d502bc1604be15d7f1dabc375ad /audio/ruby-shout/files/patch-ext_shout.c | |
parent | Ruby-shout is a binding to the libshout library, which sends streaming (diff) |
Remove audio/ruby-shout, replaced by audio/rubygem-shout
Notes
Notes:
svn path=/head/; revision=277423
Diffstat (limited to 'audio/ruby-shout/files/patch-ext_shout.c')
-rw-r--r-- | audio/ruby-shout/files/patch-ext_shout.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/ruby-shout/files/patch-ext_shout.c b/audio/ruby-shout/files/patch-ext_shout.c deleted file mode 100644 index f388bc16ea8a..000000000000 --- a/audio/ruby-shout/files/patch-ext_shout.c +++ /dev/null @@ -1,16 +0,0 @@ ---- ext/shout.c.orig Mon Jan 30 17:53:08 2006 -+++ ext/shout.c Mon Jan 30 17:54:51 2006 -@@ -606,9 +606,10 @@ VALUE _sh_description_eq(VALUE self, VAL - */ - VALUE _sh_metadata_eq(VALUE self, VALUE meta) { - int err; -- shout_connection *s; GET_SC(self, s); -- shout_metadata_t *m; Data_Get_Struct(meta, shout_metadata_t, m); -- -+ shout_connection *s; -+ shout_metadata_t *m; -+ GET_SC(self, s); -+ Data_Get_Struct(meta, shout_metadata_t, m); - err = shout_set_metadata(s->conn, m); - - if(err != SHOUTERR_SUCCESS) { |