diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 04:53:31 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 04:53:31 +0800 |
commit | 6e8a7b128b067d27d7f98315e4f4c268fc57f45e (patch) | |
tree | 7c4a0bbe12146a58bd39090fe16a191d3d586750 | |
parent | fef46653b283686daee0ba3551abb3d19dab884d (diff) | |
download | marcuscom-ports-6e8a7b128b067d27d7f98315e4f4c268fc57f45e.tar marcuscom-ports-6e8a7b128b067d27d7f98315e4f4c268fc57f45e.tar.gz marcuscom-ports-6e8a7b128b067d27d7f98315e4f4c268fc57f45e.tar.bz2 marcuscom-ports-6e8a7b128b067d27d7f98315e4f4c268fc57f45e.tar.lz marcuscom-ports-6e8a7b128b067d27d7f98315e4f4c268fc57f45e.tar.xz marcuscom-ports-6e8a7b128b067d27d7f98315e4f4c268fc57f45e.tar.zst marcuscom-ports-6e8a7b128b067d27d7f98315e4f4c268fc57f45e.zip |
Fix build with ipod support enabled.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2872 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c | 11 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-sources_rb-ipod-source.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c new file mode 100644 index 000000000..842e84978 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c @@ -0,0 +1,11 @@ +--- sources/rb-ipod-source.c.orig Sun Sep 19 16:50:39 2004 ++++ sources/rb-ipod-source.c Sun Sep 19 16:51:22 2004 +@@ -238,7 +238,7 @@ + GValue value = {0, }; + g_value_init (&value, G_TYPE_ULONG); + g_value_set_ulong (&value, song->cd_nr); +- rhythmdb_entry_set (RHYTHMDB (db), entry, ++ rhythmdb_entry_set (RHYTHMDB (ctxt->db), entry, + RHYTHMDB_PROP_DISC_NUMBER, + &value); + g_value_unset (&value); diff --git a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c new file mode 100644 index 000000000..842e84978 --- /dev/null +++ b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c @@ -0,0 +1,11 @@ +--- sources/rb-ipod-source.c.orig Sun Sep 19 16:50:39 2004 ++++ sources/rb-ipod-source.c Sun Sep 19 16:51:22 2004 +@@ -238,7 +238,7 @@ + GValue value = {0, }; + g_value_init (&value, G_TYPE_ULONG); + g_value_set_ulong (&value, song->cd_nr); +- rhythmdb_entry_set (RHYTHMDB (db), entry, ++ rhythmdb_entry_set (RHYTHMDB (ctxt->db), entry, + RHYTHMDB_PROP_DISC_NUMBER, + &value); + g_value_unset (&value); |