diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libcdio/libcdio-1.0.0-cddb_compile.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/libcdio/libcdio-1.0.0-cddb_compile.patch b/dev-libs/libcdio/libcdio-1.0.0-cddb_compile.patch deleted file mode 100644 index b64991b..0000000 --- a/dev-libs/libcdio/libcdio-1.0.0-cddb_compile.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -Naur libcdio-1.0.0.orig/src/cdda-player.c libcdio-1.0.0/src/cdda-player.c ---- libcdio-1.0.0.orig/src/cdda-player.c 2017-11-22 02:39:49.000000000 +0100 -+++ libcdio-1.0.0/src/cdda-player.c 2017-11-24 16:16:39.652704315 +0100 -@@ -531,8 +531,8 @@ - get_cddb_disc_info(CdIo_t *p_cdio) - { - #ifdef HAVE_CDDB -- b_db = init_cddb(p_cdio, &p_conn, &p_cddb_disc, xperror, i_first_track, -- i_tracks, &i_cddb_matches); -+ b_db = init_cddb(p_cdio, &p_conn, &p_cddb_disc, xperror, i_first_track_global, -+ i_tracks_global, &i_cddb_matches); - if (b_db) { - int i_year; - i_year = atoi(year); -@@ -831,7 +831,7 @@ - { - #ifdef HAVE_CDDB - cddb_track_t *t = cddb_disc_get_track(p_cddb_disc, -- i_track - i_first_track); -+ i_track - i_first_track_global); - if (t) { - cddb_track_set_title(t, title); - cddb_track_set_artist(t, artist); |